Skip to content

Commit f7877d0

Browse files
Update actions/cache action to v5
1 parent 94eaa6b commit f7877d0

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Cache Docker layers
26-
uses: actions/cache@v2
26+
uses: actions/cache@v5
2727
with:
2828
path: /tmp/.buildx-cache
2929
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)