Skip to content

Commit

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

Bump gittools/actions from 3.0.0 to 3.0.1
  • Loading branch information
mitchelsellers authored Nov 18, 2024
2 parents ad69113 + c609a29 commit a1db45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
dotnet-version: 6.0.x

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

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].1
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 @@ -24,13 +24,13 @@ jobs:
dotnet-version: 6.0.x

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

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

Expand Down

0 comments on commit a1db45c

Please sign in to comment.