Skip to content

Commit

Permalink
Bump gittools/actions from 3.0.2 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.2 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.2...v3.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 832472c commit ec9b970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
$newBranchName = "contrib/$branchName"
git checkout -b $newBranchName
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.2
uses: gittools/actions/gitversion/setup@v3.1.3
with:
versionSpec: '5.x'
includePrerelease: true
- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v3.0.2
uses: gittools/actions/gitversion/execute@v3.1.3
with:
useConfigFile: true
- uses: dorny/paths-filter@v3
Expand Down

0 comments on commit ec9b970

Please sign in to comment.