diff --git a/.github/workflows/ci_v29.0.yml b/.github/workflows/ci_v29.0.yml index 48363c2..47afbdc 100644 --- a/.github/workflows/ci_v29.0.yml +++ b/.github/workflows/ci_v29.0.yml @@ -96,7 +96,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | deps @@ -136,7 +136,7 @@ jobs: - name: Restore PLT cache id: plt_cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: key: | plt-${{ runner.os }}-${{ steps.beam.outputs.otp-version }}-${{ steps.beam.outputs.elixir-version }}-${{ hashFiles('**/mix.lock') }} @@ -152,7 +152,7 @@ jobs: - name: Save PLT cache id: plt_cache_save - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: ${{ steps.plt_cache.outputs.cache-hit != 'true' && matrix.lint }} with: key: | diff --git a/.github/workflows/llm.yml b/.github/workflows/llm.yml index 98307f6..00577ef 100644 --- a/.github/workflows/llm.yml +++ b/.github/workflows/llm.yml @@ -78,7 +78,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache typesense-data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | typesense-data