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

Commit f34c985

Browse files
dependabot[bot]gilesknap
authored andcommitted
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] <[email protected]>
1 parent 2902513 commit f34c985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
path: dist
175175

176176
- name: Cache Docker layers
177-
uses: actions/cache@v2
177+
uses: actions/cache@v3
178178
with:
179179
path: /tmp/.buildx-cache
180180
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)