Skip to content

Commit

Permalink
Update gitversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 12, 2024
1 parent 209f522 commit 68dfec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ jobs:
crate: apple-codesign
version: latest
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: 5.x
- name: Execute GitVersion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1
with:
targetPath: ${{ env.WORKPATH }}\ikvm
useConfigFile: true
Expand Down Expand Up @@ -688,12 +688,12 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: 5.x
- name: Execute GitVersion
id: GitVersion
uses: gittools/actions/gitversion/execute@v0
uses: gittools/actions/gitversion/execute@v1
with:
useConfigFile: true
- name: Download NuGet Packages
Expand Down

0 comments on commit 68dfec5

Please sign in to comment.