Skip to content

Commit

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

Bump gittools/actions from 0.9.15 to 0.10.2
  • Loading branch information
mitchelsellers committed Jun 26, 2023
2 parents e3cef1a + fcb86d8 commit df050e4
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 @@ -28,7 +28,7 @@ jobs:

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

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

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.15
uses: gittools/actions/gitversion/execute@v0.10.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 @@ -45,7 +45,7 @@ jobs:

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

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

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

Expand Down

0 comments on commit df050e4

Please sign in to comment.