From 44b5644d6d5d6662acac849482ec5b184aada07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:59:15 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.5. - [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.5) --- 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..d8a85e58d8 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.5 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.5 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.5 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..2dde87a4be 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.5 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.5 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.5 id: mix-cache # id to use in retrieve action with: path: deps