Skip to content

Commit 6c9c05c

Browse files
chore(deps): update actions/setup-dotnet action to v5
1 parent 83887c8 commit 6c9c05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
godot-version: global.json
5555
bump: ${{ inputs.bump }}
5656

57-
- uses: actions/setup-dotnet@v4
57+
- uses: actions/setup-dotnet@v5
5858
name: 💽 Setup .NET SDK
5959
with:
6060
# Use the .NET SDK from global.json in the root of the repository.

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: 💽 Setup .NET SDK
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
global-json-file: global.json
3535

0 commit comments

Comments
 (0)