diff --git a/.github/workflows/create-tag-release.yaml b/.github/workflows/create-tag-release.yaml index d6227d94..43197054 100644 --- a/.github/workflows/create-tag-release.yaml +++ b/.github/workflows/create-tag-release.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0