From e3b1167f0d5a58bb33688e7768b6a36511865536 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 11 Feb 2023 15:40:28 +0100 Subject: [PATCH] fix: checkout action version --- .github/workflows/distribute.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 1ff8f3da..3512477a 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -31,7 +31,10 @@ jobs: tag_version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.1