mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge pull request #2092 from gui-cs/dependabot/github_actions/gittools/actions-0.9.14
Bump gittools/actions from 0.9.13 to 0.9.14
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
||||
fetch-depth: 0 #fetch-depth is needed for GitVersion
|
||||
|
||||
- name: Install and calculate the new version with GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0.9.13
|
||||
uses: gittools/actions/gitversion/setup@v0.9.14
|
||||
with:
|
||||
versionSpec: 5.x
|
||||
|
||||
- name: Determine Version
|
||||
uses: gittools/actions/gitversion/execute@v0.9.13
|
||||
uses: gittools/actions/gitversion/execute@v0.9.14
|
||||
id: gitversion # step id used as reference for output values
|
||||
|
||||
- name: Display GitVersion outputs
|
||||
|
||||
Reference in New Issue
Block a user