From 2f0bb66adc03dbb10e8d992dcc4c7586eaff3150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:04:30 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.10. - [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.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/e2e.yml | 6 +++--- .github/workflows/elixir_credo.yml | 2 +- .github/workflows/elixir_formatting.yml | 2 +- .github/workflows/elixir_tests.yml | 2 +- .github/workflows/javascript_compile.yml | 4 ++-- .github/workflows/javascript_lint.yml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7b28433f..cca34911 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3fab1fd0..1e739d15 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -50,7 +50,7 @@ jobs: elixir-version: "1.12.2" # Define the elixir version [required] otp-version: "24.0" # Define the OTP version [required] - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: deps key: ${{ runner.os }}-deps-v1-${{ hashFiles('**/mix.lock') }} @@ -62,7 +62,7 @@ jobs: with: node-version: "15" - name: Restore npm cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: assets/node_modules key: ${{ runner.os }}-npm-v2-${{ hashFiles('assets/package-lock.json') }} @@ -73,7 +73,7 @@ jobs: - run: npm run deploy working-directory: ./assets - name: Restore npm cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: e2e/node_modules key: ${{ runner.os }}-npm-v2-${{ hashFiles('e2e/package-lock.json') }} diff --git a/.github/workflows/elixir_credo.yml b/.github/workflows/elixir_credo.yml index dcdc19d1..642535b5 100644 --- a/.github/workflows/elixir_credo.yml +++ b/.github/workflows/elixir_credo.yml @@ -31,7 +31,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build diff --git a/.github/workflows/elixir_formatting.yml b/.github/workflows/elixir_formatting.yml index e8d3b779..b3d58b5d 100644 --- a/.github/workflows/elixir_formatting.yml +++ b/.github/workflows/elixir_formatting.yml @@ -31,7 +31,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build diff --git a/.github/workflows/elixir_tests.yml b/.github/workflows/elixir_tests.yml index e34f49f1..61b4a183 100644 --- a/.github/workflows/elixir_tests.yml +++ b/.github/workflows/elixir_tests.yml @@ -52,7 +52,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build diff --git a/.github/workflows/javascript_compile.yml b/.github/workflows/javascript_compile.yml index 571c2967..e7304c83 100644 --- a/.github/workflows/javascript_compile.yml +++ b/.github/workflows/javascript_compile.yml @@ -31,7 +31,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build @@ -45,7 +45,7 @@ jobs: with: node-version: "15" - name: Restore npm cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: assets/node_modules key: ${{ runner.os }}-npm-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/javascript_lint.yml b/.github/workflows/javascript_lint.yml index 902c89b3..d5a64df5 100644 --- a/.github/workflows/javascript_lint.yml +++ b/.github/workflows/javascript_lint.yml @@ -31,7 +31,7 @@ jobs: otp-version: "24.0" # Define the OTP version [required] experimental-otp: true - name: Restore deps cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: | **/_build @@ -45,7 +45,7 @@ jobs: with: node-version: "15" - name: Restore npm cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.10 with: path: assets/node_modules key: ${{ runner.os }}-npm-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/package-lock.json') }}