Skip to content

Commit

Permalink
Merge pull request #59 from IowaComputerGurus/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/gittools/actions-3.0.2

Bump gittools/actions from 3.0.0 to 3.0.2
  • Loading branch information
mitchelsellers authored Nov 18, 2024
2 parents 60dfcc8 + ea4a4d7 commit ab87e2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
dotnet-version: 8.0.x

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
versionSpec: '6.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
useConfigFile: true

Expand Down Expand Up @@ -81,13 +81,13 @@ jobs:
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
versionSpec: '6.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
useConfigFile: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
dotnet-version: 8.0.x

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
versionSpec: '6.x'

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].2
with:
useConfigFile: true

Expand Down

0 comments on commit ab87e2f

Please sign in to comment.