diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 3316dde..90523c8 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@v2 + uses: actions/cache@v3 with: path: | ~/.cache/go-build @@ -48,7 +48,7 @@ jobs: go-version: '1.17.x' - name: Cache Go Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff25f70..4a6229d 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@v2 + uses: actions/cache@v3 with: path: | ~/.cache/go-build