Skip to content

Commit

Permalink
Merge pull request #20 from SimCubeLtd/renovate/actions-setup-dotnet-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-dotnet action to v3
  • Loading branch information
prom3theu5 authored Oct 2, 2022
2 parents 93178c6 + 66fb97e commit e8e589a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
include-prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
include-prerelease: true
Expand Down

0 comments on commit e8e589a

Please sign in to comment.