Skip to content

Commit 8ad9432

Browse files
Bump gittools/actions from 0.9.14 to 0.9.15 (#227)
Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.14 to 0.9.15. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0.9.14...v0.9.15) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f993c7 commit 8ad9432

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Determine Version
5656
id: gitversion
57-
uses: gittools/actions/gitversion/[email protected].14
57+
uses: gittools/actions/gitversion/[email protected].15
5858
with:
5959
useConfigFile: true
6060
configFilePath: .github/.gitversion.yml
@@ -473,12 +473,12 @@ jobs:
473473
msg: ${{ github.repository }}
474474

475475
- name: Install GitReleaseManager
476-
uses: gittools/actions/gitreleasemanager/[email protected].14
476+
uses: gittools/actions/gitreleasemanager/[email protected].15
477477
with:
478478
versionSpec: "0.13.x"
479479

480480
- name: Create release with GitReleaseManager
481-
uses: gittools/actions/gitreleasemanager/[email protected].14
481+
uses: gittools/actions/gitreleasemanager/[email protected].15
482482
with:
483483
token: ${{ secrets.GITHUB_TOKEN }}
484484
owner: ${{ steps.repo.outputs._0 }}
@@ -491,7 +491,7 @@ jobs:
491491
artifacts/mig-docs-${{ env.SEMVER }}.zip
492492
493493
- name: Publish release with GitReleaseManager
494-
uses: gittools/actions/gitreleasemanager/[email protected].14
494+
uses: gittools/actions/gitreleasemanager/[email protected].15
495495
if: ${{ contains(github.ref, 'refs/heads/main') }}
496496
with:
497497
token: ${{ secrets.GITHUB_TOKEN }}
@@ -500,7 +500,7 @@ jobs:
500500
tagName: ${{ env.MAJORMINORPATCH }}
501501

502502
- name: Close release with GitReleaseManager
503-
uses: gittools/actions/gitreleasemanager/[email protected].14
503+
uses: gittools/actions/gitreleasemanager/[email protected].15
504504
if: ${{ contains(github.ref, 'refs/heads/main') }}
505505
with:
506506
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)