We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0ea3f commit 416f20eCopy full SHA for 416f20e
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
godot-version: global.json
55
bump: ${{ inputs.bump }}
56
57
- - uses: actions/setup-dotnet@v4
+ - uses: actions/setup-dotnet@v5
58
name: 💽 Setup .NET SDK
59
with:
60
# Use the .NET SDK from global.json in the root of the repository.
.github/workflows/tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v5
30
31
- name: 💽 Setup .NET SDK
32
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
33
34
global-json-file: global.json
35
0 commit comments