diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f0c684d..cf965b2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -19,7 +19,7 @@ jobs: go-version: "1.17.x" - name: Cache Go Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -48,7 +48,7 @@ jobs: go-version: "1.17.x" - name: Cache Go Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a581327..018cb1c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: go-version: "1.17.x" - name: Cache Go Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build