diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c24e296..d9a26db 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -20,7 +20,7 @@ jobs: go-version: "1.17.x" - name: Cache Go Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -50,7 +50,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 361582a..36fee9f 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