Skip to content

Commit f4581e8

Browse files
Bump actions/cache from 4 to 5 (#692)
1 parent 7203dea commit f4581e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: ${{ matrix.version }}
4545
arch: ${{ matrix.arch }}
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
env:
4848
cache-name: cache-artifacts
4949
with:

.github/workflows/TypedSyntaxCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: actions/cache@v4
31+
- uses: actions/cache@v5
3232
env:
3333
cache-name: cache-artifacts
3434
with:

0 commit comments

Comments
 (0)