Skip to content

Commit c76efae

Browse files
build(deps): bump actions/cache from 2 to 3
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] <[email protected]>
1 parent 45443c8 commit c76efae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cut-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
gzip clair.tar
6262
mv clair.tar.gz clair-${{ needs.config.outputs.version }}.tar.gz
6363
- name: Cache Changelog
64-
uses: actions/cache@v2
64+
uses: actions/cache@v3
6565
id: chglog-cache
6666
if: github.event_name != 'workflow_dispatch'
6767
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- id: mod
6262
run: ./.github/script/nightly-module.sh
6363
- id: novelty
64-
uses: actions/cache@v2
64+
uses: actions/cache@v3
6565
with:
6666
path: go.sum
6767
key: novelty-${{ github.sha }}-${{ hashFiles('./go.*') }}

0 commit comments

Comments
 (0)