Skip to content

Commit 70858aa

Browse files
ci(deps): bump gittools/actions from 4.3.2 to 4.3.3
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@54b6560...71a79f7) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 768170c commit 70858aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
fetch-tags: true
3535

3636
- name: Install GitVersion ${{ env.GITVERSION }}
37-
uses: gittools/actions/gitversion/setup@54b6560187372b52d97cc6dd69f4a99f392ab463 #v4.3.2
37+
uses: gittools/actions/gitversion/setup@71a79f7569b981036febd9ce5870f87e069928e7 #v4.3.3
3838
with:
3939
versionSpec: ${{ env.GITVERSION }}
4040

4141
- name: Determine version
42-
uses: gittools/actions/gitversion/execute@54b6560187372b52d97cc6dd69f4a99f392ab463 #v4.3.2
42+
uses: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7 #v4.3.3
4343
id: gitversion
4444

4545
build:

0 commit comments

Comments
 (0)