diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2b5d11a..7765fc2 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@v3 with: # pull all the branches and tags fetch-depth: 0