We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a04d1 commit 339de20Copy full SHA for 339de20
.github/workflows/build-and-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
20
with:
21
dotnet-version: 9.0.x
22
.github/workflows/publish-package.yml
@@ -18,7 +18,7 @@ jobs:
run: |
echo "BUILD_VERSION=4.0.${GITHUB_RUN_NUMBER}" >> "${GITHUB_ENV}"
- - uses: actions/setup-dotnet@v4
+ - uses: actions/setup-dotnet@v5
23
24
0 commit comments