diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 5d15295..1b4268b 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@9bb56186c3b09b4f86b1c65136769dd318469633 #v4 - name: compile run: | bash ./rebuild.sh