diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98da11b28..ba11bf99e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: submodules: recursive - name: Cache - GHA - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/coursier/v1/https key: ${{ runner.OS }}-coursier-cache diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 1384acefc..d2465308d 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: Cache - GHA - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/coursier/v1/https key: ${{ runner.OS }}-coursier-cache diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 8f88ff7c4..6b0a5d0da 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive - name: Cache - GHA - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/coursier/v1/https key: ${{ runner.OS }}-coursier-cache diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index ea9e6c337..2dd317324 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -23,7 +23,7 @@ jobs: submodules: recursive - name: Cache - GHA - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/coursier/v1/https key: ${{ runner.OS }}-coursier-cache