diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1bb28aa2..54bdd47a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,7 +61,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: @@ -108,7 +108,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: @@ -159,7 +159,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: @@ -206,7 +206,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 8ec52f16..75d863c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,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: @@ -81,7 +81,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: