Skip to content

Commit a02a3f2

Browse files
committed
ci: update actions
1 parent 5f6020f commit a02a3f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
build-test:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-node@v2
25+
- uses: actions/checkout@v4
26+
with:
27+
persist-credentials: false
28+
- uses: actions/setup-node@v4
2729
with:
2830
node-version: 20
2931
- name: Install dependencies

0 commit comments

Comments
 (0)