Skip to content

Commit

Permalink
Merge pull request #49 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
romain-dartigues authored Sep 22, 2023
2 parents 1499f33 + 7dd6cdd commit c0ee9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 c0ee9e1

Please sign in to comment.