Skip to content

Commit

Permalink
changed action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Feb 16, 2024
1 parent 8b05356 commit 7501220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templatepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<Version>1.1.8</Version>
<Version>1.1.9</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/.github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: Workflow.SDKVersion

Expand Down
2 changes: 1 addition & 1 deletion src/templates/.template.config/dotnetcli.host.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"usageExamples": [
"--sdk-version 8.0.100",
"--sdk-version 8.0.201",
"-sdk 8.0.x",
"-sdk 8.0.x -n build"
]
Expand Down

0 comments on commit 7501220

Please sign in to comment.