Skip to content

Commit 7c2f3f9

Browse files
Bump gittools/actions from 0.9.14 to 0.9.15
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]>
1 parent 859d1c9 commit 7c2f3f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: gittools/actions/gitversion/[email protected].14
30+
- uses: gittools/actions/gitversion/[email protected].15
3131
with:
3232
versionSpec: "5.x.x"
3333

3434
- id: gitversion
35-
uses: gittools/actions/gitversion/[email protected].14
35+
uses: gittools/actions/gitversion/[email protected].15
3636

3737
- name: Generate variables
3838
id: variables

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23-
- uses: gittools/actions/gitversion/[email protected].14
23+
- uses: gittools/actions/gitversion/[email protected].15
2424
with:
2525
versionSpec: "5.x.x"
2626
- id: gitversion
27-
uses: gittools/actions/gitversion/[email protected].14
27+
uses: gittools/actions/gitversion/[email protected].15
2828
- id: variables
2929
env:
3030
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)