Skip to content

Commit

Permalink
build(deps): bump actions/cache from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 22, 2022
1 parent 45443c8 commit c76efae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
gzip clair.tar
mv clair.tar.gz clair-${{ needs.config.outputs.version }}.tar.gz
- name: Cache Changelog
uses: actions/cache@v2
uses: actions/cache@v3
id: chglog-cache
if: github.event_name != 'workflow_dispatch'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- id: mod
run: ./.github/script/nightly-module.sh
- id: novelty
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: go.sum
key: novelty-${{ github.sha }}-${{ hashFiles('./go.*') }}
Expand Down

0 comments on commit c76efae

Please sign in to comment.