Skip to content

Commit

Permalink
.github: update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Mar 4, 2025
1 parent b0e0d22 commit 87beef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fetch-depth: 0

- name: go cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /home/runner/work/go
key: subasta-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v2

- name: go cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: /home/runner/work/go
key: subasta-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 87beef8

Please sign in to comment.