From 3f8b7165837467dd9fb7a7725b823459762a71f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:05:18 +0000 Subject: [PATCH] chore(deps): bump anothrNick/github-tag-action in the main group Bumps the main group with 1 update: [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action). Updates `anothrNick/github-tag-action` from 1.67.0 to 1.69.0 - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.67.0...1.69.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: main ... Signed-off-by: dependabot[bot] --- .github/workflows/releaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 9ff9307..bba8d86 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -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 @@ -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