Skip to content

Commit 4588600

Browse files
committed
fix: Update deprecated version of actions/cache from v2 to v4
1 parent 2953f9f commit 4588600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/shared-build-steps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
uses: docker/setup-buildx-action@v1
3737

3838
- name: Cache Docker layers 💾
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: /tmp/.buildx-cache
4242
key: ${{ inputs.runner_os }}-buildx-${{ inputs.github_sha }}

0 commit comments

Comments
 (0)