File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v5
2828 - name : Dotnet Setup
29- uses : actions/setup-dotnet@v3
29+ uses : actions/setup-dotnet@v5
3030 with :
3131 dotnet-version : 8.x
3232
3838 docfx docs/docfx.json
3939
4040 - name : Upload artifact
41- uses : actions/upload-pages-artifact@v3
41+ uses : actions/upload-pages-artifact@v4
4242 with :
4343 # Upload entire repository
4444 path : ' docs/_site'
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 run :
1414 working-directory : ' .'
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 name : 🧾 Checkout
1818
19- - uses : streetsidesoftware/cspell-action@v6
19+ - uses : streetsidesoftware/cspell-action@v7
2020 name : 📝 Check Spelling
2121 with :
2222 config : ' ./cspell.json'
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' 🧾 Checkout'
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : ' 📝 Change Version'
2121 uses : vers-one/dotnet-project-version-updater@v1.7
Original file line number Diff line number Diff line change 2929 shell : bash
3030 steps :
3131 - name : 🧾 Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 # If using git-lfs (large file storage), this ensures that your files
3535 # are checked out properly.
3838 submodules : ' recursive'
3939
4040 - name : 💽 Setup .NET SDK
41- uses : actions/setup-dotnet@v4
41+ uses : actions/setup-dotnet@v5
4242 with :
4343 # Use the .NET SDK from global.json in the root of the repository.
4444 global-json-file : global.json
Original file line number Diff line number Diff line change 3232 <ItemGroup Condition =" '$(Configuration)' == 'Debug' or '$(Configuration)' == 'ExportDebug' " >
3333 <!-- Test dependencies go here! -->
3434 <!-- Dependencies added here will not be included in release builds. -->
35- <PackageReference Include =" Chickensoft.GoDotTest" Version =" 1.6.2 " />
35+ <PackageReference Include =" Chickensoft.GoDotTest" Version =" 2.0.9 " />
3636 <!-- Used to drive test scenes when testing visual code -->
3737 <PackageReference Include =" Chickensoft.GodotTestDriver" Version =" 3.0.2" />
3838 <!-- Bring your own assertion library for tests! -->
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.113 " ,
3+ "version" : " 9 .0.304 " ,
44 "rollForward" : " major"
55 },
66 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments