From 27c3ef3601977b272f7c15c1c52e2b13cbeda18a Mon Sep 17 00:00:00 2001 From: Tom Ashworth Date: Wed, 23 Oct 2024 22:07:13 +0100 Subject: [PATCH] update pipeline versions --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84a099a..38339dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' @@ -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