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