Skip to content

Commit

Permalink
chore(deps): bump anothrNick/github-tag-action from 1.67.0 to 1.69.0 …
Browse files Browse the repository at this point in the history
…in the main group (#340)
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent b9e5330 commit 43e6261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- id: version
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.69.0
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true
Expand All @@ -42,7 +42,7 @@ jobs:
GIT_SHA=$(git rev-parse HEAD)
echo "sha=${GIT_SHA::7}" >> $GITHUB_OUTPUT
- id: tag
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.69.0
env:
GITHUB_TOKEN: ${{ github.token }}
WITH_V: true
Expand Down

0 comments on commit 43e6261

Please sign in to comment.