diff --git a/.github/workflows/ci-otapi3-nuget.yml b/.github/workflows/ci-otapi3-nuget.yml
index 7d979bf0..04b03a95 100644
--- a/.github/workflows/ci-otapi3-nuget.yml
+++ b/.github/workflows/ci-otapi3-nuget.yml
@@ -15,7 +15,7 @@ jobs:
with:
submodules: 'recursive'
- name: Setup .NET
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.400
- name: Restore dependencies
diff --git a/.github/workflows/ci-otapi3.yml b/.github/workflows/ci-otapi3.yml
index d80a4e29..62944635 100644
--- a/.github/workflows/ci-otapi3.yml
+++ b/.github/workflows/ci-otapi3.yml
@@ -7,11 +7,11 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: 'recursive'
- - uses: actions/setup-dotnet@v1
+ - uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.100'
@@ -25,11 +25,11 @@ jobs:
arch: ["win-x64", "osx-x64", "linux-x64", "linux-arm64", "linux-arm"]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: 'recursive'
- - uses: actions/setup-dotnet@v1
+ - uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.100'
@@ -49,7 +49,7 @@ jobs:
cd TShockLauncher/bin/Release/net6.0/${{ matrix.arch }}/publish/
tar -cvf ../../../../../../TShock-Beta-${{ matrix.arch }}-Release.tar *
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
name: TShock-Beta-${{ matrix.arch }}-Release
path: TShock-Beta-${{ matrix.arch }}-Release.tar
diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj
index f03f4c42..02db4d00 100644
--- a/TShockAPI/TShockAPI.csproj
+++ b/TShockAPI/TShockAPI.csproj
@@ -34,7 +34,7 @@
-
+
diff --git a/TShockLauncher.Tests/TShockLauncher.Tests.csproj b/TShockLauncher.Tests/TShockLauncher.Tests.csproj
index e560d5d1..47f37622 100644
--- a/TShockLauncher.Tests/TShockLauncher.Tests.csproj
+++ b/TShockLauncher.Tests/TShockLauncher.Tests.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/TShockLauncher/TShockLauncher.csproj b/TShockLauncher/TShockLauncher.csproj
index 9128b93c..8654322d 100644
--- a/TShockLauncher/TShockLauncher.csproj
+++ b/TShockLauncher/TShockLauncher.csproj
@@ -22,7 +22,7 @@
-
+
diff --git a/TerrariaServerAPI b/TerrariaServerAPI
index 36bcd959..de9e3c7e 160000
--- a/TerrariaServerAPI
+++ b/TerrariaServerAPI
@@ -1 +1 @@
-Subproject commit 36bcd9594cc0406d34393dac5e7e806c2c4ea66e
+Subproject commit de9e3c7ec59dbccbb8076f269ddc7b684546b4dd