diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 98bcc492..2318d82a 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@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -108,7 +108,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: @@ -159,7 +159,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: @@ -206,7 +206,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 fecc356f..61910242 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@v3 + uses: actions/cache@v4 env: cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }} with: @@ -81,7 +81,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: