diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d9a05..acdc587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }} @@ -55,7 +55,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2d5a4f..6e58ae0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: go-version-file: 'go.mod' cache: false - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.GOMODCACHE }}