diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7b28433f..e09686e1 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.11 with: path: | **/_build diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3fab1fd0..e985a651 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.11 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.11 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.11 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..9b7e0066 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.11 with: path: | **/_build diff --git a/.github/workflows/elixir_formatting.yml b/.github/workflows/elixir_formatting.yml index e8d3b779..8a328c3b 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.11 with: path: | **/_build diff --git a/.github/workflows/elixir_tests.yml b/.github/workflows/elixir_tests.yml index e34f49f1..5cebe709 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.11 with: path: | **/_build diff --git a/.github/workflows/javascript_compile.yml b/.github/workflows/javascript_compile.yml index 571c2967..0a8746d5 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.11 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.11 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..fb41609c 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.11 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.11 with: path: assets/node_modules key: ${{ runner.os }}-npm-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/package-lock.json') }}