Skip to content

Commit

Permalink
build(deps): bump gittools/actions from 2.0.1 to 3.0.0 (#568)
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v2.0.1...v3.0.0)

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

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 Sep 21, 2024
1 parent 67ba34d commit fe3ea5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2.0.1
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v2.0.1
uses: gittools/actions/gitversion/execute@v3.0.0

build-netcore-tool:
needs: set-version-number
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2.0.1
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v2.0.1
uses: gittools/actions/gitversion/execute@v3.0.0

build-standalone:
name: Build cli
Expand Down

0 comments on commit fe3ea5f

Please sign in to comment.