We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb239b + ba7b1c6 commit 70fc5eeCopy full SHA for 70fc5ee
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
uses: docker/setup-buildx-action@v3
108
- name: fetch cached ci image
109
id: fetch-ci-image
110
- uses: actions/cache@v4
+ uses: actions/cache@v5
111
with:
112
path: ${{ github.workspace }}/.ci-cache/
113
key: ${{ github.workflow }}-image-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ github.run_id }}
@@ -156,7 +156,7 @@ jobs:
156
157
158
159
160
161
162
0 commit comments