Skip to content

Commit

Permalink
chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 019788e commit 0875575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.DEDALO_PAT }}
- name: Get next version
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: false
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
token: ${{ secrets.DEDALO_PAT }}
- name: Create tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_sha: ${{ needs.bumpversion.outputs.bump_commit_sha }}
Expand Down

0 comments on commit 0875575

Please sign in to comment.