Skip to content

Commit 1ac830a

Browse files
build(deps): bump gittools/actions from 3.1.11 to 3.2.1
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.1.11...v3.2.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09fe2a7 commit 1ac830a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compile-mermaid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install GitVersion
20-
uses: gittools/actions/gitversion/setup@v3.1.11
20+
uses: gittools/actions/gitversion/setup@v3.2.1
2121
with:
2222
versionSpec: "5.x"
2323

2424
- name: Use GitVersion
2525
id: gitversion # step id used as reference for output values
26-
uses: gittools/actions/gitversion/execute@v3.1.11
26+
uses: gittools/actions/gitversion/execute@v3.2.1
2727

2828
- name: Convert repository name to lower case
2929
run: echo "GITHUB_REPOSITORY_LOWER_CASE=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
# `npm ci` automatically builds the package
3030
run: npm ci
3131
- name: Install GitVersion
32-
uses: gittools/actions/gitversion/setup@v3.1.11
32+
uses: gittools/actions/gitversion/setup@v3.2.1
3333
with:
3434
versionSpec: "5.x"
3535

3636
- name: Use GitVersion
3737
id: gitversion # step id used as reference for output values
38-
uses: gittools/actions/gitversion/execute@v3.1.11
38+
uses: gittools/actions/gitversion/execute@v3.2.1
3939

4040
- name: Get release version
4141
run: echo "RELEASE_VERSION=${{ steps.gitversion.outputs.semVer }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)