Skip to content

Commit cf88dc7

Browse files
chore(deps): update all dependencies
1 parent da785b0 commit cf88dc7

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docs.yaml

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

@@ -38,7 +38,7 @@ jobs:
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'

.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@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'

.github/workflows/version_change.yaml

Lines changed: 1 addition & 1 deletion
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@v4
18+
uses: actions/checkout@v5
1919

2020
- name: '📝 Change Version'
2121
uses: vers-one/dotnet-project-version-updater@v1.7

.github/workflows/visual_tests.yaml

Lines changed: 2 additions & 2 deletions
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@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.
@@ -38,7 +38,7 @@ jobs:
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

OpenPolytopia/OpenPolytopia.csproj

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

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": "8.0.113",
3+
"version": "9.0.304",
44
"rollForward": "major"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)