Skip to content

Commit 2d33736

Browse files
committed
Upgraded GitHub Actions checkout and setup-node
1 parent f853f6f commit 2d33736

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: git config --global core.autocrlf false
3636

3737
- name: Checkout
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
- name: Setup Node.js ${{ matrix.node }}
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v6
4242
with:
4343
node-version: ${{ matrix.node }}
4444

0 commit comments

Comments
 (0)