Skip to content

Commit

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

Bump gittools/actions from 0.10.2 to 1.1.1
  • Loading branch information
mitchelsellers committed May 23, 2024
2 parents f70ca67 + 1e20800 commit e13f243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.10.2
uses: gittools/actions/gitversion/execute@v1.1.1
with:
useConfigFile: true

Expand Down

0 comments on commit e13f243

Please sign in to comment.