Skip to content

Commit

Permalink
Bump gittools/actions from 3.0.3 to 3.1.1 (#321)
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/gittools/actions/releases)
- [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml)
- [Commits](GitTools/actions@v3.0.3...v3.1.1)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 0ca3c7f commit 02712f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.3
uses: gittools/actions/gitversion/setup@v3.1.1
with:
versionSpec: '5.x.x'

Expand All @@ -26,4 +26,4 @@ jobs:

- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v3.0.3
uses: gittools/actions/gitversion/execute@v3.1.1

0 comments on commit 02712f3

Please sign in to comment.