Skip to content

Commit d438356

Browse files
authored
Merge pull request #231 from PhilDL/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 1a2120f + ab30876 commit d438356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

176176
# Setup cache
177177
- name: ⚡️ Cache Docker layers
178-
uses: actions/cache@v4
178+
uses: actions/cache@v5
179179
with:
180180
path: /tmp/.buildx-cache
181181
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)