Skip to content

Commit

Permalink
Merge pull request #20 from cloudfoundry-community/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/cache-4

Bump actions/cache from 1 to 4
  • Loading branch information
romain-dartigues authored May 15, 2024
2 parents 4df6971 + d1882ec commit 944a858
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 @@ -19,7 +19,7 @@ jobs:
go-version: 1.22

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

0 comments on commit 944a858

Please sign in to comment.