From 302df966c5ed3d851fceaf72917f5f19e1914359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 00:20:13 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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.11) --- 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..53c0f81ac 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.0.11 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..0bf432afa 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.0.11 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..281d5815d 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.0.11 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..84e20c2b6 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.0.11 with: path: ~/.cache/coursier/v1/https key: ${{ runner.OS }}-coursier-cache