diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 234e07c2dd..72e39fb487 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -43,7 +43,7 @@ jobs: echo "BV_PART=patch" >> $GITHUB_ENV fi - name: Checkout repository - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v2.2.0 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0