diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2b5d11a..3a6ceef 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # pull all the branches and tags fetch-depth: 0