diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6254942d9..cd2038090 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: shell: bash --rcfile /root/.bashrc -eo pipefail {0} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false