Skip to content

Commit

Permalink
update pipeline versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tdashworth committed Oct 23, 2024
1 parent 0c879fc commit 27c3ef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.x.x'

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '5.x'

- name: Execute GitVersion
uses: gittools/actions/gitversion/execute@v0.9.7
uses: gittools/actions/gitversion/execute@v3.0.0
with:
additionalArguments: '/updateprojectfiles /showconfig'

Expand All @@ -48,7 +48,7 @@ jobs:

- name: Commit to GitHub pages Repo
if: success()
uses: crazy-max/ghaction-github-pages@v1.5.1
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: src/NameBadgeAutomater/bin/Release/net7.0/publish/wwwroot
Expand Down

0 comments on commit 27c3ef3

Please sign in to comment.