From 23a0f21930ad11d21e435e81e0821b56fe319366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 17:57:44 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3.0.1) --- 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