Skip to content

Commit

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

Bump actions/setup-dotnet from 4.0.1 to 4.1.0
  • Loading branch information
baynezy authored Oct 30, 2024
2 parents e08e027 + 05008f5 commit 6a9d17a
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/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
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/NHSNumberGenerator/bin/Release
- name: Setup .NET Core
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 8.0.x
- name: Push package to NuGet
Expand Down

0 comments on commit 6a9d17a

Please sign in to comment.