Skip to content

Commit

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

build(deps): bump actions/cache from 3.2.5 to 3.3.1
  • Loading branch information
stefanprodan authored Apr 7, 2023
2 parents 3d86157 + 01a7f36 commit f3f6266
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@v3
- name: Restore Go cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.3.1
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit f3f6266

Please sign in to comment.