Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delubear authored Sep 24, 2024
1 parent d258204 commit aacc9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 8.x
- name: Install dependencies
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
# which property to read
prop_path: appsettings.Version
- name: Create Release
uses: ncipollo/release-action@v1.7.1
uses: ncipollo/release-action@v1.14.0
with:
# An optional flag which indicates if we should update a release if it already exists. Defaults to false.
allowUpdates: true
Expand Down

0 comments on commit aacc9a9

Please sign in to comment.