Skip to content

Commit ed258ba

Browse files
chore(deps): update all dependencies
1 parent 962eab2 commit ed258ba

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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:

.github/workflows/spellcheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/version_change.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -24,7 +24,7 @@ jobs:
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 }}

.github/workflows/visual_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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.

OpenPolytopia/OpenPolytopia.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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.9" />
4949

5050
<PackageReference Include="SpacetimeDB.ClientSDK" Version="1.5.0" />
5151

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.103",
44
"rollForward": "major"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)