Skip to content

Commit a74175c

Browse files
committed
Update tests action versions
1 parent 7f9c19c commit a74175c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Run tests
22

33
on:
4-
push:
5-
branches:
6-
- "main"
74
pull_request:
85
branches:
96
- "main"
@@ -14,10 +11,10 @@ jobs:
1411

1512
steps:
1613
- name: Checkout
17-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1815

1916
- name: Set up Node
20-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
2118
with:
2219
node-version: 20
2320
cache: "npm"

0 commit comments

Comments
 (0)