diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84d5804..109433f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: cache: false go-version: ${{ env.GO_VERSION }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/go/pkg/mod @@ -91,7 +91,7 @@ jobs: - id: output-version run: echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: enableCrossOsArchive: true key: release-artifacts-${{ github.run_id }} @@ -109,7 +109,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: fail-on-cache-miss: true enableCrossOsArchive: true @@ -145,7 +145,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: fail-on-cache-miss: true enableCrossOsArchive: true