Skip to content

Commit e9467a1

Browse files
build(deps): bump gittools/actions from 0.9.13 to 0.10.2 (#31)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.13 to 0.10.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.13...v0.10.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73452a0 commit e9467a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Install GitVersion
40-
uses: gittools/actions/gitversion/setup@v0.9.13
40+
uses: gittools/actions/gitversion/setup@v0.10.2
4141
with:
4242
versionSpec: "5.5.x"
4343

4444
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actions
4545
id: gitversion
46-
uses: gittools/actions/gitversion/execute@v0.9.13
46+
uses: gittools/actions/gitversion/execute@v0.10.2
4747

4848
- name: Push version tag
4949
uses: tvdias/github-tagger@v0.0.2

0 commit comments

Comments
 (0)