Skip to content

Commit 0d781b7

Browse files
committed
Checkout / setup v4
1 parent f1b9e74 commit 0d781b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@3
30-
- uses: actions/setup-node@v3
29+
- uses: actions/checkout@v4
30+
- uses: actions/setup-node@v4
3131
with:
3232
node-version: "20"
3333
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)