Skip to content

Commit 3fe6f1c

Browse files
authored
Fixing workflow versions
1 parent 64dc174 commit 3fe6f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@4.2.2
18+
uses: actions/checkout@v5.0.0
1919
- name: Setup Node
20-
uses: actions/setup-node@4.3.0
20+
uses: actions/setup-node@v4.4.0
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)