diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ad48bc..1fd3975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,14 @@ jobs: blend: plug_1_13 steps: - uses: actions/checkout@v6 - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ ! matrix.lint && ! matrix.blend }} with: path: | _build deps key: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.erlang }}-${{ hashFiles('mix.lock') }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ ! matrix.lint && matrix.blend }} with: path: |