Skip to content

Commit 6d892f7

Browse files
authored
ci(benchmark): remove git credentials after checkout (#770)
Signed-off-by: Frazer Smith <[email protected]>
1 parent e4c56af commit 6d892f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/benchmark.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
check-latest: true
29-
node-version: 18
29+
node-version: 20
3030

3131
- name: Install
3232
run: |
@@ -46,6 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
with:
4848
ref: 'main'
49+
persist-credentials: false
4950

5051
- name: Install
5152
run: |

0 commit comments

Comments
 (0)