Skip to content

Commit 2dee1c2

Browse files
Bump gittools/actions in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [gittools/actions](https://github.com/gittools/actions). Updates `gittools/actions` from 3.0.4 to 3.1.3 - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.0.4...v3.1.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c7b428 commit 2dee1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
fetch-depth: 0 #fetch-depth is needed for GitVersion
2020
#Install and calculate the new version with GitVersion
2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v3.0.4
22+
uses: gittools/actions/gitversion/setup@v3.1.3
2323
with:
2424
versionSpec: 5.x
2525
- name: Determine Version
26-
uses: gittools/actions/gitversion/execute@v3.0.4
26+
uses: gittools/actions/gitversion/execute@v3.1.3
2727
id: gitversion # step id used as reference for output values
2828
- name: Display GitVersion outputs
2929
run: |

0 commit comments

Comments
 (0)