We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15b52f + ec43046 commit a6cb46dCopy full SHA for a6cb46d
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
run: cd ./cmd/go-qcow2reader-example && go install
30
- name: Cache test-images-ro
31
id: cache-test-images-ro
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: test-images-ro
35
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/test.yml') }}
0 commit comments