Skip to content

Commit

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

Bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Loading branch information
baynezy authored Jul 18, 2024
2 parents 3a48acf + e6ce5f8 commit a4513f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x
- name: Restore
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/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.x
- name: Push package to NuGet
Expand Down

0 comments on commit a4513f9

Please sign in to comment.