From 7efea8097cdf1fae5491da8cc4040a4201760e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:40:46 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.4. - [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.1.6...v3.0.4) --- 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 | 6 +++--- .github/workflows/pr.ci.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bd42d0531..02e4552097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: mix-cache # id to use in retrieve action with: path: deps @@ -44,7 +44,7 @@ jobs: run: mix - name: Retrieve PLT Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: plt-cache with: path: priv/plts @@ -89,7 +89,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: mix-cache # id to use in retrieve action with: path: deps diff --git a/.github/workflows/pr.ci.yml b/.github/workflows/pr.ci.yml index 66527aef2b..181becb74c 100644 --- a/.github/workflows/pr.ci.yml +++ b/.github/workflows/pr.ci.yml @@ -27,7 +27,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: mix-cache # id to use in retrieve action with: path: deps @@ -41,7 +41,7 @@ jobs: run: mix - name: Retrieve PLT Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: plt-cache with: path: priv/plts @@ -86,7 +86,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.0.4 id: mix-cache # id to use in retrieve action with: path: deps