-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gittools/actions from 0.9.9 to 0.9.10 (#464)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.9...v0.9.10) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
38f8097
commit 4f291d4
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,18 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
with: | ||
versionSpec: '5.x' | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].9 | ||
uses: gittools/actions/gitreleasemanager/[email protected].10 | ||
with: | ||
versionSpec: '0.11.x' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
|
||
# Ensure the milestone exists | ||
- name: Create Milestone | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,18 @@ jobs: | |
run: git fetch --prune | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
with: | ||
versionSpec: '5.x' | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected].9 | ||
uses: gittools/actions/gitreleasemanager/[email protected].10 | ||
with: | ||
versionSpec: '0.11.x' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].9 | ||
uses: gittools/actions/gitversion/[email protected].10 | ||
|
||
- name: Create Milestone | ||
uses: WyriHaximus/github-action-create-milestone@v1 | ||
|