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') }}