diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 171fae5..0116a6a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -68,7 +68,7 @@ jobs: uses: actions/setup-go@v6 with: go-version: ${{ matrix.golang }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }} @@ -92,7 +92,7 @@ jobs: echo "::set-output name=cache::$(go env GOCACHE)" echo "::set-output name=modcache::$(go env GOMODCACHE)" - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ steps.go-env.outputs.cache }}