Skip to content

Commit

Permalink
Bump gittools/actions from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10 to 0.11.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v0.10...v0.11)

---
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 Feb 17, 2024
1 parent 3fdd2a0 commit cf5882b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
fetch-depth: 0 # Required for GitVersion

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.10
uses: gittools/actions/gitversion/setup@v0.11
with:
versionSpec: '5.x'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.10
uses: gittools/actions/gitversion/execute@v0.11
with:
useConfigFile: true

Expand Down

0 comments on commit cf5882b

Please sign in to comment.