diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70e807b..e502531 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: run: cd ./cmd/go-qcow2reader-example && go install - name: Cache test-images-ro id: cache-test-images-ro - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: test-images-ro key: ${{ runner.os }}-${{ hashFiles('.github/workflows/test.yml') }}