Skip to content

Commit aa242e9

Browse files
authored
Merge pull request #107 from chickensoft-games/dependabot/github_actions/actions/setup-dotnet-5
build(deps): bump actions/setup-dotnet from 4 to 5
2 parents 3eb8e26 + b567e98 commit aa242e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v6
3737
name: 🧾 Checkout
3838

39-
- uses: actions/setup-dotnet@v4
39+
- uses: actions/setup-dotnet@v5
4040
if: ${{ matrix.use-dotnet }}
4141
name: 💽 Setup .NET SDK
4242
with:

0 commit comments

Comments
 (0)