diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d1c2ac8..3e3cae1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -62,7 +62,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -109,7 +109,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -160,7 +160,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -207,7 +207,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fddf004..8e15050 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@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -79,7 +79,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -128,7 +128,7 @@ jobs: shell: bash - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: