Skip to content

Commit 49be9b3

Browse files
Bump gittools/actions from 1.1.1 to 3.0.0
Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v1.1.1...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9866f0d commit 49be9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-drafter.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
git fetch --prune
2323
2424
- name: Install GitVersion
25-
uses: gittools/actions/gitversion/setup@v1.1.1
25+
uses: gittools/actions/gitversion/setup@v3.0.0
2626
with:
2727
versionSpec: '5.6.x'
2828

2929
- name: Use GitVersion
3030
id: gitversion
31-
uses: gittools/actions/gitversion/execute@v1.1.1
31+
uses: gittools/actions/gitversion/execute@v3.0.0
3232

3333
- name: create release
3434
id: create_release

0 commit comments

Comments
 (0)