Skip to content

Commit 7df59a4

Browse files
authored
Update test.yml (#190)
Use the latest released github actions.
1 parent 25363ce commit 7df59a4

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
@@ -28,10 +28,10 @@ jobs:
2828
run: brew install --cask firefox
2929

3030
- name: Checkout Branch
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Setup Node
34-
uses: actions/setup-node@v4
34+
uses: actions/setup-node@v5
3535
with:
3636
node-version-file: package.json
3737
cache: npm

0 commit comments

Comments
 (0)