Skip to content

Commit

Permalink
Merge pull request fluxcd#1362 from fluxcd/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.2.4

build(deps): bump actions/cache from 3.2.3 to 3.2.4
  • Loading branch information
stefanprodan authored Feb 6, 2023
2 parents aa574d4 + 5ba20c2 commit e7d8ade
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/[email protected].3
uses: actions/[email protected].4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit e7d8ade

Please sign in to comment.