Skip to content

Commit fc124de

Browse files
authored
Merge pull request #56 from oorabona/dependabot/github_actions/actions/cache-5
ci(deps): bump actions/cache from 4 to 5
2 parents 0943155 + e5a71ad commit fc124de

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
key: build-${{ runner.os }}-ccache
7171
max-size: 500M
7272
- name: Setup pnpm store cache
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: |
7676
~/.local/share/pnpm/store
@@ -80,7 +80,7 @@ jobs:
8080
restore-keys: |
8181
build-${{ runner.os }}-pnpm-store-
8282
- name: Setup xz deps cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
id: xz-cache
8585
with:
8686
path: |

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Cache XZ sources
157157
id: cache-xz
158-
uses: actions/cache@v4
158+
uses: actions/cache@v5
159159
with:
160160
path: |
161161
deps/xz
@@ -261,7 +261,7 @@ jobs:
261261
ccache-max-size: '200M'
262262

263263
- name: Cache build artifacts
264-
uses: actions/cache@v4
264+
uses: actions/cache@v5
265265
with:
266266
path: |
267267
build/liblzma
@@ -347,7 +347,7 @@ jobs:
347347

348348
- name: Cache build artifacts
349349
if: matrix.config.use_global_liblzma == false
350-
uses: actions/cache@v4
350+
uses: actions/cache@v5
351351
with:
352352
path: |
353353
build/liblzma
@@ -426,7 +426,7 @@ jobs:
426426
ccache-max-size: '300M'
427427

428428
- name: Cache build artifacts
429-
uses: actions/cache@v4
429+
uses: actions/cache@v5
430430
with:
431431
path: |
432432
build/liblzma

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: 'pnpm'
3838

3939
- name: Cache XZ sources
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: |
4343
deps/xz
@@ -81,7 +81,7 @@ jobs:
8181
cache: 'pnpm'
8282

8383
- name: Cache XZ sources
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
with:
8686
path: |
8787
deps/xz
@@ -131,7 +131,7 @@ jobs:
131131
registry-url: 'https://registry.npmjs.org'
132132

133133
- name: Cache XZ sources
134-
uses: actions/cache@v4
134+
uses: actions/cache@v5
135135
with:
136136
path: |
137137
deps/xz

0 commit comments

Comments
 (0)