Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
[skip ci] Merge pull request #85 from redbaty/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…dotnet-4.x

Update actions/setup-dotnet action to v4
  • Loading branch information
redbaty authored Mar 2, 2024
2 parents a2f9acf + 14fd7e4 commit a8c03de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build Windows X64
Expand Down

0 comments on commit a8c03de

Please sign in to comment.