Skip to content

Commit

Permalink
Merge pull request #1287 from fluxcd/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.11

Bump actions/cache from 1 to 3.0.11
  • Loading branch information
stefanprodan authored Oct 21, 2022
2 parents da1ee05 + a5be82a commit f1fc8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Restore Go cache
uses: actions/cache@v1
uses: actions/cache@v3.0.11
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit f1fc8c0

Please sign in to comment.