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 77243e7 commit bb55b37Copy full SHA for bb55b37
.github/workflows/build_workflow.yml
@@ -37,7 +37,7 @@ jobs:
37
git config --global user.name "ci bot"
38
git config --global --add safe.directory $PWD # ignore ownership problem
39
- name: Checkout
40
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4
41
- name: compile
42
run: |
43
bash ./rebuild.sh
0 commit comments