diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2629dc9..e47110c 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.2.6 with: path: | **/_build diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 28b819c..9d6aae5 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.2.6 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.2.6 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.2.6 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 0155fa1..af41dd5 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.2.6 with: path: | **/_build diff --git a/.github/workflows/elixir_formatting.yml b/.github/workflows/elixir_formatting.yml index f7f82a3..0a91bfe 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.2.6 with: path: | **/_build diff --git a/.github/workflows/elixir_tests.yml b/.github/workflows/elixir_tests.yml index 9eaa6d6..fb8ad81 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.2.6 with: path: | **/_build diff --git a/.github/workflows/javascript_compile.yml b/.github/workflows/javascript_compile.yml index 843acf3..13dc762 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.2.6 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.2.6 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 ab5226a..0767770 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.2.6 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.2.6 with: path: assets/node_modules key: ${{ runner.os }}-npm-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/package-lock.json') }}