We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc74ea commit 59c8ea8Copy full SHA for 59c8ea8
.github/workflows/auto-update.yml
@@ -14,7 +14,9 @@ jobs:
14
permissions:
15
contents: write
16
steps:
17
- - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
+ with:
19
+ persist-credentials: true
20
21
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
22
0 commit comments