diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6191cf97..3eb6e016 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,7 +54,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: @@ -114,7 +114,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: @@ -173,7 +173,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: @@ -228,7 +228,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 e591ee0e..eaf9b357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,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: @@ -95,7 +95,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: @@ -152,7 +152,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: