Skip to content

Commit 158baef

Browse files
Update .github/workflows/update-wpt.yml
Co-authored-by: Aviv Keller <[email protected]>
1 parent cff316d commit 158baef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-wpt.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
with:
18+
persist-credentials: false
1719
- name: Update WPT
1820
run: |
1921
rm -rf test/fixtures/wpt && mkdir test/fixtures/wpt &&

0 commit comments

Comments
 (0)