Skip to content

Commit e0430ab

Browse files
committed
Update actions
1 parent 52952d3 commit e0430ab

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
@@ -2,10 +2,10 @@ jobs:
22
main:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@v6
66
with:
77
persist-credentials: false
8-
- uses: actions/setup-node@v4
8+
- uses: actions/setup-node@v6
99
with:
1010
node-version: lts/*
1111
- run: npm install

0 commit comments

Comments
 (0)