Skip to content

Commit 90d6931

Browse files
chore(deps): update actions/cache action to v5 (#1324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1354634 commit 90d6931

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
- uses: rlespinasse/github-slug-action@v3.x
3232
- uses: actions/checkout@v6
3333
- name: Cache deps
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: deps
3737
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
3838
restore-keys: |
3939
${{ runner.os }}-mix-
4040
- name: Cache _build
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: |
4444
_build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v6
4141
- name: Cache deps
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: deps
4545
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}

0 commit comments

Comments
 (0)