Skip to content

Commit 61b306f

Browse files
committed
Updated actions' versions.
1 parent 1ce44ca commit 61b306f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
node-version: [18, 20, 22]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
2323
- name: Setup Node.js ${{matrix.node-version}}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{matrix.node-version}}
2727
- name: Install the package and run tests

0 commit comments

Comments
 (0)