Skip to content

Commit 4ce7c81

Browse files
Copilotrwsdwatson
andauthored
Update stale GitHub Actions versions in build workflow (#11)
* Initial plan * Update GitHub Actions workflow to use latest action versions Co-authored-by: rwsdwatson <90462285+rwsdwatson@users.noreply.github.com> Agent-Logs-Url: https://github.com/RWS/Multiselect-Language-ComboBox/sessions/ba3eca72-ebf1-4647-9410-c2e42bf5c7e3 * Fix build: update versionSpec to 6.x and migrate GitVersion.yml to v6 format Co-authored-by: rwsdwatson <90462285+rwsdwatson@users.noreply.github.com> Agent-Logs-Url: https://github.com/RWS/Multiselect-Language-ComboBox/sessions/82648594-3731-4eb7-a270-fd96512ff492 * revert git version * keep tweaking * more roll back --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rwsdwatson <90462285+rwsdwatson@users.noreply.github.com> Co-authored-by: David Watson <david.watson@sdl.com>
1 parent c7ded17 commit 4ce7c81

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
3232

3333
- name: Install GitVersion
34-
uses: gittools/actions/gitversion/setup@v0
34+
uses: gittools/actions/gitversion/setup@v3
3535
with:
3636
versionSpec: '5.x'
3737

3838
- name: Determine Version
39-
uses: gittools/actions/gitversion/execute@v0
39+
uses: gittools/actions/gitversion/execute@v3
4040
with:
4141
useConfigFile: true
4242

4343
# Install the .NET SDK indicated in the global.json file
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v4
45+
uses: actions/setup-dotnet@v5
4646
with:
4747
dotnet-version: '8.0.x'
4848

@@ -72,7 +72,7 @@ jobs:
7272

7373
# Install the .NET SDK indicated in the global.json file
7474
- name: Setup .NET Core
75-
uses: actions/setup-dotnet@v4
75+
uses: actions/setup-dotnet@v5
7676

7777
# Publish all NuGet packages to NuGet.org
7878
# Use --skip-duplicate to prevent errors if a package with the same version already exists.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,4 @@ FodyWeavers.xsd
396396

397397
# JetBrains Rider
398398
*.sln.iml
399+
.vscode/settings.json

0 commit comments

Comments
 (0)