Skip to content

Commit

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

Bump actions/cache from 1 to 3
  • Loading branch information
fredga committed Sep 21, 2023
2 parents 7e2e77d + 67f59e2 commit ec6066e
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@v1
uses: actions/cache@v3
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@v1
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit ec6066e

Please sign in to comment.