Skip to content

Commit f25f4f8

Browse files
ci(deps): bump gittools/actions from 4.2.0 to 4.3.3
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.2.0 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@d013950...71a79f7) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20e8183 commit f25f4f8

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
@@ -35,12 +35,12 @@ jobs:
3535
fetch-tags: true
3636

3737
- name: Install GitVersion ${{ env.GITVERSION }}
38-
uses: gittools/actions/gitversion/setup@d0139503a9321f76b4a417dfdc8aebcec24decdd #v4.2.0
38+
uses: gittools/actions/gitversion/setup@71a79f7569b981036febd9ce5870f87e069928e7 #v4.3.3
3939
with:
4040
versionSpec: ${{ env.GITVERSION }}
4141

4242
- name: Determine version
43-
uses: gittools/actions/gitversion/execute@d0139503a9321f76b4a417dfdc8aebcec24decdd #v4.2.0
43+
uses: gittools/actions/gitversion/execute@71a79f7569b981036febd9ce5870f87e069928e7 #v4.3.3
4444
id: gitversion
4545

4646
build:

0 commit comments

Comments
 (0)