Skip to content

Commit

Permalink
update .NET SDK and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed May 18, 2024
1 parent 4586785 commit c8cb28d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
# manual triggers are detached HEADs, so we need to checkout the branch
# to actually create + push a commit later on in the workflow
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.workflow_dispatch.ref }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
5 changes: 2 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"sdk": {
"version": "7.0.200",
"rollForward": "latestFeature"
"version": "8.0.300"
}
}
}

0 comments on commit c8cb28d

Please sign in to comment.