Skip to content

Commit bd2c69a

Browse files
Bump gittools/actions from 0 to 1
Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v0...v1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14de735 commit bd2c69a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
fetch-depth: 0 # This is needed for GitVersion not to crash
3535

3636
- name: Install GitVersion
37-
uses: gittools/actions/gitversion/setup@v0
37+
uses: gittools/actions/gitversion/setup@v1
3838
with:
3939
versionSpec: "5.x"
4040
preferLatestVersion: true
4141

4242
- name: Determine Version
4343
id: gitversion # id to later be referenced
44-
uses: gittools/actions/gitversion/execute@v0
44+
uses: gittools/actions/gitversion/execute@v1
4545

4646
- name: Create version tag
4747
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)