From f838b34fd39909cf006743ef14f095b8fe2c7f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 00:15:42 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/deploy-main.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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