Skip to content

Commit

Permalink
Update github-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 147ab3a commit 9c55dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.13
uses: gittools/actions/gitversion/setup@v0.11.0
with:
versionSpec: '5.x'

- name: GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.13
uses: gittools/actions/gitversion/execute@v0.11.0

- name: Prepare
id: prep
Expand All @@ -100,7 +100,7 @@ jobs:
echo ::set-output name=GITVERSIONF::${GITVERSION_FULLSEMVER/+/-}
- name: Setup ko
uses: imjasonh/setup-ko@v0.5
uses: imjasonh/setup-ko@v0.6

- name: Build local image
run: >
Expand Down

0 comments on commit 9c55dbb

Please sign in to comment.