Merge pull request #967 from alireza0/dependabot/github_actions/actions/cache-5

Bump actions/cache from 4 to 5
This commit is contained in:
Alireza Ahmadi
2026-02-03 20:57:55 +01:00
committed by GitHub
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
install: true
buildkitd-flags: --debug
- name: Cache Docker layers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}