Skip to content

Commit

Permalink
Merge pull request #32 from orange-cloudfoundry/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
adamspd authored Jan 30, 2024
2 parents b20f534 + 1054e17 commit ad8f06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: "1.21"

- name: cache go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: "1.21"

- name: cache go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit ad8f06c

Please sign in to comment.