diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8495ce..161da3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: go-version-file: 'go.mod' - name: Cache Go test cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /home/runner/.cache/go-test-cache key: ${{ runner.os }}-go-testcache-${{ hashFiles('**/go.sum') }}