diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 57ef434d..604d39bb 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -9,12 +9,12 @@ jobs: versioning: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 # This is important to fetch all tags and history - name: Bump version and push tag - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: patch # Automatically bump patch version