Skip to content

Commit 6506945

Browse files
authored
Merge pull request #19 from bbfrederick/dependabot/github_actions/gittools/actions-4.2.0
Bump gittools/actions from 4.1.0 to 4.2.0
2 parents cf7cd5e + 3516e9b commit 6506945

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-build-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-qemu-action@v3
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v4.1.0
18+
uses: gittools/actions/gitversion/setup@v4.2.0
1919
with:
2020
versionSpec: '5.x'
2121

@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Determine Version
2929
id: gitversion # id to later be referenced
30-
uses: gittools/actions/gitversion/execute@v4.1.0
30+
uses: gittools/actions/gitversion/execute@v4.2.0
3131
with:
3232
additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"
3333

.github/workflows/showversion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Install GitVersion
15-
uses: gittools/actions/gitversion/setup@v4.1.0
15+
uses: gittools/actions/gitversion/setup@v4.2.0
1616
with:
1717
versionSpec: '5.x'
1818

@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Determine Version
2626
id: gitversion # id to later be referenced
27-
uses: gittools/actions/gitversion/execute@v4.1.0
27+
uses: gittools/actions/gitversion/execute@v4.2.0
2828
with:
2929
additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"
3030

0 commit comments

Comments
 (0)