Skip to content

Commit e14caf3

Browse files
committed
CI: Bump actions/cache to v5 and dorny/paths-filter to v4
Both new majors only switch the action runtime from Node 20 (deprecated, removal scheduled for 2026-09-16) to Node 24. No behavioral changes.
1 parent 449a3dd commit e14caf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
scripts: ${{ steps.filter.outputs.scripts }}
2222
steps:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4
2525
id: filter
2626
with:
2727
filters: |
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
5050

51-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
51+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5252
with:
5353
path: ~/.local/share/pnpm/store/v3
5454
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
8080

81-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
81+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8282
with:
8383
path: ~/.local/share/pnpm/store/v3
8484
key: ${{ runner.os }}-pnpm-cors-proxy-${{ hashFiles('cors-proxy/pnpm-lock.yaml') }}
@@ -140,7 +140,7 @@ jobs:
140140

141141
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
142142

143-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
143+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
144144
with:
145145
path: ~/.local/share/pnpm/store/v3
146146
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
@@ -173,7 +173,7 @@ jobs:
173173

174174
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
175175

176-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
176+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
177177
with:
178178
path: ~/.local/share/pnpm/store/v3
179179
key: ${{ runner.os }}-pnpm-cors-proxy-${{ hashFiles('cors-proxy/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)