Skip to content

Commit 7c35740

Browse files
ci: update tests workflow
1 parent 10f8696 commit 7c35740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Actions Setup
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Pnpm Setup

0 commit comments

Comments
 (0)