Skip to content

Commit 5835fdc

Browse files
authored
Merge pull request #718 from baynezy/dependabot/github_actions/actions/setup-dotnet-5.1.0
Bump actions/setup-dotnet from 5.0.1 to 5.1.0
2 parents 5797cde + 92e5fc2 commit 5835fdc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
ref: ${{ inputs.checkout-ref }}
2525
- name: Setup .NET Core
26-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v4
26+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v4
2727
with:
2828
dotnet-version: 8.0.x

.github/workflows/step-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ref: ${{ inputs.checkout-ref }}
2424
- name: Setup .NET Core
25-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
25+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5
2626
with:
2727
dotnet-version: 8.0.x
2828
- name: Restore

.github/workflows/step-mutation-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup .NET Core
22-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
22+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5
2323
with:
2424
dotnet-version: ${{ env.MAJOR_DOTNET_VERSION }}.0.x
2525
- name: Install Stryker

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: ${{ inputs.package-name }}
3434
path: ./src/Html2Markdown/bin/Release
3535
- name: Setup .NET Core
36-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
36+
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5
3737
with:
3838
dotnet-version: 8.0.x
3939
- name: Push package to NuGet

0 commit comments

Comments
 (0)