Skip to content

Commit 5d874b7

Browse files
dependabot[bot]skst
authored andcommitted
Bump anothrNick/github-tag-action from 1.73.0 to 1.75.0
Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.73.0 to 1.75.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](anothrNick/github-tag-action@1.73.0...1.75.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b560dd commit 5d874b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# The action does not output that, so we perform a dry run to get the tag without 'v'.
123123
- name: Get tag without 'v' prefix
124124
id: StepTagNoV
125-
uses: anothrNick/github-tag-action@1.73.0
125+
uses: anothrNick/github-tag-action@1.75.0
126126
env:
127127
DRY_RUN: true
128128
DEFAULT_BUMP: none
@@ -243,7 +243,7 @@ jobs:
243243

244244
- name: Bump version and push tag
245245
id: StepBump
246-
uses: anothrNick/github-tag-action@1.73.0
246+
uses: anothrNick/github-tag-action@1.75.0
247247
env:
248248
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
249249
DEFAULT_BUMP: none

0 commit comments

Comments
 (0)