Skip to content

Commit

Permalink
Merge pull request #30 from ParadoxGameConverters/actions/setup-dotne…
Browse files Browse the repository at this point in the history
…t@v4

Use actions/setup-dotnet@v4
  • Loading branch information
IhateTrains authored Jan 21, 2025
2 parents 8547714 + 9fe51cc commit dc42fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive

- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@main
uses: actions/setup-dotnet@v4
with:
global-json-file: 'global.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: recursive

- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@main
uses: actions/setup-dotnet@v4
with:
global-json-file: 'global.json'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageId>$(AssemblyName)</PackageId>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<Authors>PGCG</Authors>
<PackageProjectUrl>https://github.com/ParadoxGameConverters/PGCG.commonItems.SourceGenerators</PackageProjectUrl>
<RepositoryUrl>https://github.com/ParadoxGameConverters/PGCG.commonItems.SourceGenerators</RepositoryUrl>
Expand Down

0 comments on commit dc42fa3

Please # to comment.