Skip to content

Commit 5bffe6d

Browse files
authored
Merge pull request #138 from baynezy/dependabot/github_actions/actions/setup-dotnet-5.2.0
Bump actions/setup-dotnet from 5.1.0 to 5.2.0
2 parents 9dc8631 + fa9a43a commit 5bffe6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/step-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
ref: ${{ inputs.checkout-ref }}
2626
- name: Setup .NET Core
27-
uses: actions/setup-dotnet@v5.1.0
27+
uses: actions/setup-dotnet@v5.2.0
2828
with:
2929
dotnet-version: 8.0.x
3030
- name: Restore

.github/workflows/step-publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: ${{ inputs.package-name }}
3030
path: ./src/SiteWarmer.Core/bin/Release
3131
- name: Setup .NET Core
32-
uses: actions/setup-dotnet@v5.1.0
32+
uses: actions/setup-dotnet@v5.2.0
3333
with:
3434
dotnet-version: 8.0.x
3535
- name: Push package to NuGet

0 commit comments

Comments
 (0)