From e064285fd5e884bde364662e470f10994d5370c1 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 1 Apr 2022 11:50:47 -0500 Subject: [PATCH] Don't touch tag workflow --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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