diff --git a/.github/workflows/ci_v26.0.yml b/.github/workflows/ci_v26.0.yml index 786cab0..2caafed 100644 --- a/.github/workflows/ci_v26.0.yml +++ b/.github/workflows/ci_v26.0.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v27.0.yml b/.github/workflows/ci_v27.0.yml index 2f470e6..c46abbd 100644 --- a/.github/workflows/ci_v27.0.yml +++ b/.github/workflows/ci_v27.0.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v27.1.yml b/.github/workflows/ci_v27.1.yml index f97ff7f..a547891 100644 --- a/.github/workflows/ci_v27.1.yml +++ b/.github/workflows/ci_v27.1.yml @@ -94,7 +94,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v28.0.yml b/.github/workflows/ci_v28.0.yml index 584843a..a256d71 100644 --- a/.github/workflows/ci_v28.0.yml +++ b/.github/workflows/ci_v28.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v29.0.yml b/.github/workflows/ci_v29.0.yml index cda9c4a..a55c9a6 100644 --- a/.github/workflows/ci_v29.0.yml +++ b/.github/workflows/ci_v29.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v30.0.yml b/.github/workflows/ci_v30.0.yml index bd54045..280b148 100644 --- a/.github/workflows/ci_v30.0.yml +++ b/.github/workflows/ci_v30.0.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache dependencies/builds - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | deps diff --git a/.github/workflows/ci_v30.1.yml b/.github/workflows/ci_v30.1.yml index aa54dff..77b97a2 100644 --- a/.github/workflows/ci_v30.1.yml +++ b/.github/workflows/ci_v30.1.yml @@ -90,7 +90,7 @@ jobs: elixir-version: ${{matrix.elixir}} - name: Cache typesense-data - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 with: path: | typesense-data @@ -100,7 +100,7 @@ jobs: - name: Restore cache id: cache_restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 if: ${{ matrix.lint }} with: path: | @@ -154,7 +154,7 @@ jobs: - name: Save cache id: cache_save - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 if: ${{ matrix.lint }} with: path: |