diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 32e4ba4a..bbdb2c7a 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: @@ -107,7 +107,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: @@ -158,7 +158,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: @@ -205,7 +205,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: