diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 5d15295..b93de40 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -37,7 +37,7 @@ jobs: git config --global user.name "ci bot" git config --global --add safe.directory $PWD # ignore ownership problem - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4 - name: compile run: | bash ./rebuild.sh