Skip to content

Commit

Permalink
github action needed to be updated to different version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Mar 25, 2024
1 parent 03af375 commit aaac6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
prerelease: ${{ contains(steps.get_version.outputs.version, '-') }}
- name: Setup .NET Core
if: steps.check_tag.outputs.statusCode == '404'
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Publish to NuGet
Expand Down

0 comments on commit aaac6be

Please sign in to comment.