Skip to content

Commit

Permalink
Merge pull request #95 from Freeesia/dependabot/github_actions/gittoo…
Browse files Browse the repository at this point in the history
…ls/actions-3.0.3

Bump gittools/actions from 3.0.1 to 3.0.3
  • Loading branch information
Freeesia authored Nov 26, 2024
2 parents 7b143cf + 3bb6364 commit c8ac873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: gittools/actions/gitversion/[email protected].1
- uses: gittools/actions/gitversion/[email protected].3
with:
versionSpec: "5.x"
- id: gitversion
uses: gittools/actions/gitversion/[email protected].1
uses: gittools/actions/gitversion/[email protected].3
- run: |
dotnet publish VdLabel -c Release -o publish --sc ${{ matrix.self }} `
-p:Version=${{ steps.gitversion.outputs.fullSemVer }} `
Expand Down

0 comments on commit c8ac873

Please sign in to comment.