From d0612a9623beceae7db0ae505059d964dc463d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 06:02:06 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.2. - [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.7...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tune_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tune_ci.yml b/.github/workflows/tune_ci.yml index 9a4cb195..34fbf41c 100644 --- a/.github/workflows/tune_ci.yml +++ b/.github/workflows/tune_ci.yml @@ -26,7 +26,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.2 id: mix-cache with: path: deps @@ -46,7 +46,7 @@ jobs: run: mix credo list --format oneline - name: Retrieve PLT Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.2 id: plt-cache with: path: priv/plts @@ -80,7 +80,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.2 id: mix-cache with: path: deps @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Retrieve Npm Dependencies Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.2 id: npm-cache with: path: assets/node_modules @@ -128,7 +128,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: Retrieve Mix Dependencies Cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.2 id: mix-cache with: path: deps