Skip to content

Commit 4320d9f

Browse files
chore(deps): update actions/cache action to v4 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 024b914 commit 4320d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

5656
# Setup cache
5757
- name: ⚡️ Cache Docker layers
58-
uses: actions/cache@v3
58+
uses: actions/cache@v4
5959
with:
6060
path: /tmp/.buildx-cache
6161
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)