Skip to content

Commit a894ff7

Browse files
chore(deps): update actions/cache action to v4
1 parent 024b914 commit a894ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
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)