Skip to content

Commit 8315a9c

Browse files
ci: use actions/checkout@v6 and actions/setup-node@v6
`setup-node@v6` enables dependencies caching. Release notes: - https://github.com/actions/checkout/blob/main/CHANGELOG.md - https://github.com/actions/setup-node/releases/tag/v6.0.0
1 parent f5ee981 commit 8315a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353

5454
- name: Use Node.js ${{ matrix.node-version }}
55-
uses: actions/setup-node@v4
55+
uses: actions/setup-node@v6
5656
with:
5757
node-version: ${{ matrix.node-version }}
5858

0 commit comments

Comments
 (0)