diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c45f8d2..504a32bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: env: ImageOS: ubuntu20 - name: Retrieve Cached Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: | @@ -98,7 +98,7 @@ jobs: ImageOS: ubuntu20 - name: Retrieve Elixir Cached Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: | @@ -162,7 +162,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - name: Retrieve Cached Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: | @@ -198,7 +198,7 @@ jobs: with: ref: main - name: Retrieve Cached Dependencies - main branch - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache-main if: github.ref_name != 'main' with: @@ -239,7 +239,7 @@ jobs: - name: Checkout current branch uses: actions/checkout@v4 - name: Retrieve Cached Dependencies - current branch - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache-current with: path: | @@ -256,7 +256,7 @@ jobs: with: ref: main - name: Retrieve Cached Dependencies - main branch - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache-main with: path: | @@ -381,7 +381,7 @@ jobs: elixir-version: ${{ env.ELIXIR_VERSION }} otp-version: ${{ env.OTP_VERSION }} - name: Retrieve Cached Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: |