Skip to content

Commit

Permalink
Merge pull request #510 from baynezy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-dotnet-4

Bump actions/setup-dotnet from 1 to 4
  • Loading branch information
baynezy authored Jan 1, 2025
2 parents 3ac9eac + 7d5b2cc commit 8910846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/step-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ inputs.checkout-ref }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.MAJOR_DOTNET_VERSION }}.0.x
- name: Install Stryker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: ${{ inputs.package-name }}
path: ./src/Html2Markdown/bin/Release
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Push package to NuGet
Expand Down

0 comments on commit 8910846

Please sign in to comment.