Skip to content

Commit

Permalink
Merge pull request #56 from bbfrederick/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…tools/actions-3.0.3

Bump gittools/actions from 3.0.2 to 3.0.3
  • Loading branch information
bbfrederick authored Dec 2, 2024
2 parents fc65ce6 + fb425ad commit a2e369a
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/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
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/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
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/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
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/[email protected].2
uses: gittools/actions/gitversion/[email protected].3
with:
additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"

Expand Down

0 comments on commit a2e369a

Please sign in to comment.