Skip to content

Commit 0404819

Browse files
Bump gittools/actions from 3.1.3 to 3.1.11 (#278)
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.3 to 3.1.11. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.3...v3.1.11) --- 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> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent aa8d015 commit 0404819

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
@@ -19,13 +19,13 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/[email protected].3
22+
uses: gittools/actions/gitversion/[email protected].11
2323
with:
2424
versionSpec: '5.x'
2525

2626
- name: Determine Version
2727
id: gitversion
28-
uses: gittools/actions/gitversion/[email protected].3
28+
uses: gittools/actions/gitversion/[email protected].11
2929
with:
3030
useConfigFile: true
3131

0 commit comments

Comments
 (0)