Skip to content

Commit b949419

Browse files
Bump actions/cache from 1 to 3 (#44)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c00cff0 commit b949419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Configure cache
15-
uses: actions/cache@v2
15+
uses: actions/cache@v3
1616
with:
1717
path: |
1818
${{ env.GITHUB_WORKSPACE }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
version: ${{ matrix.version }}
5959
arch: ${{ matrix.arch }}
6060

61-
- uses: actions/cache@v1
61+
- uses: actions/cache@v3
6262
env:
6363
cache-name: cache-artifacts
6464
with:

0 commit comments

Comments
 (0)