Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b61782a

Browse files
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) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [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>
1 parent 8e8638a commit b61782a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
install: true
6262

6363
- name: Set up docker layer caching
64-
uses: actions/cache@v2
64+
uses: actions/cache@v3
6565
with:
6666
path: /tmp/.buildx-cache
6767
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)