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