From 2d84feb6a1fcae722dd99db501820ace2f0cb6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:34:29 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.6. - [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.2.6) --- 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..8e88f6ab29 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.2.6 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.2.6 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.2.6 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..72722ef766 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.2.6 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.2.6 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.2.6 id: mix-cache # id to use in retrieve action with: path: deps