Skip to content

Commit

Permalink
Bump gittools/actions from 2 to 3 (#263)
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 2 to 3.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v2...v3)

---
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 Dec 2, 2024
1 parent eadea97 commit 3a12b45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,12 @@ jobs:
echo "PATH=$Env:PATH" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2
uses: gittools/actions/gitversion/setup@v3
with:
versionSpec: '5.12.0'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v2
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true

Expand Down Expand Up @@ -687,12 +687,12 @@ jobs:
dotnet-version: '8.0.x'

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v2
uses: gittools/actions/gitversion/setup@v3
with:
versionSpec: '5.12.0'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v2
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true

Expand Down

0 comments on commit 3a12b45

Please sign in to comment.