Skip to content

Commit

Permalink
Bump gittools/actions from 1.1.1 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent bfbaa76 commit 81cfb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Determine Version
id: gitversion # id to later be referenced
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0
with:
additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/showversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/setup@v1.2.0
with:
versionSpec: '5.x'

Expand All @@ -24,7 +24,7 @@ jobs:

- name: Determine Version
id: gitversion # id to later be referenced
uses: gittools/actions/gitversion/execute@v1.1.1
uses: gittools/actions/gitversion/execute@v1.2.0
with:
additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"

Expand Down

0 comments on commit 81cfb62

Please sign in to comment.