diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a3728995..ab257c1e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -60,7 +60,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -117,7 +117,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -173,7 +173,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -220,7 +220,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd677c17..842f9d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -79,7 +79,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -128,7 +128,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: