Skip to content

Commit c61d607

Browse files
Bump actions/cache from 4 to 5 (#42)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b0dba3 commit c61d607

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_v29.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
elixir-version: ${{matrix.elixir}}
9797

9898
- name: Cache dependencies/builds
99-
uses: actions/cache@v4
99+
uses: actions/cache@v5
100100
with:
101101
path: |
102102
deps
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Restore PLT cache
138138
id: plt_cache
139-
uses: actions/cache/restore@v4
139+
uses: actions/cache/restore@v5
140140
with:
141141
key: |
142142
plt-${{ runner.os }}-${{ steps.beam.outputs.otp-version }}-${{ steps.beam.outputs.elixir-version }}-${{ hashFiles('**/mix.lock') }}
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: Save PLT cache
154154
id: plt_cache_save
155-
uses: actions/cache/save@v4
155+
uses: actions/cache/save@v5
156156
if: ${{ steps.plt_cache.outputs.cache-hit != 'true' && matrix.lint }}
157157
with:
158158
key: |

.github/workflows/llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
elixir-version: ${{matrix.elixir}}
7979

8080
- name: Cache typesense-data
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: |
8484
typesense-data

0 commit comments

Comments
 (0)