Skip to content

Commit 490ea58

Browse files
committed
CI: upgrade actions/cache to v5
1 parent 4427e8c commit 490ea58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key=${{ hashFiles('lib/**', 'src/**', 'build.sh', 'Dockerfile') }}
2727
fi
2828
echo "key=$key" >> $GITHUB_OUTPUT
29-
- uses: actions/cache@v4
29+
- uses: actions/cache@v5
3030
id: cache
3131
with:
3232
path: |
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/setup-node@v6
5757
with:
5858
node-version: ${{ matrix.nodejs_version }}
59-
- uses: actions/cache/restore@v4
59+
- uses: actions/cache/restore@v5
6060
with:
6161
path: |
6262
lib
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/setup-node@v6
8585
with:
8686
node-version: 24
87-
- uses: actions/cache/restore@v4
87+
- uses: actions/cache/restore@v5
8888
with:
8989
path: |
9090
lib

0 commit comments

Comments
 (0)