File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Dotnet Setup
2929 uses : actions/setup-dotnet@v5
3030 with :
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@v5
16+ - uses : actions/checkout@v6
1717 name : 🧾 Checkout
1818
19- - uses : streetsidesoftware/cspell-action@v7
19+ - uses : streetsidesoftware/cspell-action@v8
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@v5
18+ uses : actions/checkout@v6
1919
2020 - name : ' 📝 Change Version'
2121 uses : vers-one/dotnet-project-version-updater@v1.7
2424 version : ${{ github.event.inputs.version }}
2525
2626 - name : ' ⤴️ Create Pull Request'
27- uses : peter-evans/create-pull-request@v7
27+ uses : peter-evans/create-pull-request@v8
2828 with :
2929 token : ${{ secrets.GITHUB_TOKEN }}
3030 branch : version/${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change 2929 shell : bash
3030 steps :
3131 - name : 🧾 Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 # If using git-lfs (large file storage), this ensures that your files
3535 # are checked out properly.
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" DotNext.Threading" Version =" 5.25.2 " />
11+ <PackageReference Include =" DotNext.Threading" Version =" 6.0.0 " />
1212 <PackageReference Include =" GodotSharp" Version =" 4.5.0" />
1313 </ItemGroup >
1414
Original file line number Diff line number Diff line change 4545 </ItemGroup >
4646 <ItemGroup ><!-- Production dependencies go here! -->
4747
48- <PackageReference Include =" Chickensoft.GameTools" Version =" 2 .1.14" />
48+ <PackageReference Include =" Chickensoft.GameTools" Version =" 3 .1.14" />
4949
50- <PackageReference Include =" SpacetimeDB.ClientSDK" Version =" 1.5.0 " />
50+ <PackageReference Include =" SpacetimeDB.ClientSDK" Version =" 2.0.4 " />
5151
5252 <PackageReference Include =" System.Numerics.Vectors" Version =" 4.6.1" />
5353 </ItemGroup >
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" SpacetimeDB.Runtime" Version =" 1.5.0 " />
14+ <PackageReference Include =" SpacetimeDB.Runtime" Version =" 2.0.4 " />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.306 " ,
3+ "version" : " 10 .0.200 " ,
44 "rollForward" : " major"
55 },
66 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments