diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6c373e3eb..50cd56dfe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -116,7 +116,7 @@ jobs:
uses: actions/setup-dotnet@v4
- name: Setup WSL2
- uses: Vampire/setup-wsl@f40fb59d850112c9a292b0218bca8271305b9127 # v5.0.0
+ uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # v5.0.1
with:
distribution: Ubuntu-24.04
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 34016a3f4..a4d12ed86 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,25 +4,25 @@
false
-
-
+
+
-
+
-
-
+
+
-
+
-
+
diff --git a/global.json b/global.json
index a02bac5a2..3be1c15ac 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.200",
+ "version": "9.0.300",
"rollForward": "latestFeature"
}
}
diff --git a/test/Renci.SshNet.IntegrationTests/server/script/start.sh b/test/Renci.SshNet.IntegrationTests/server/script/start.sh
old mode 100644
new mode 100755
index e7e9f758c..08cbb35b1
--- a/test/Renci.SshNet.IntegrationTests/server/script/start.sh
+++ b/test/Renci.SshNet.IntegrationTests/server/script/start.sh
@@ -1,4 +1,4 @@
-#!/bin/ash
+#!/bin/sh
/usr/sbin/syslog-ng
# allow us to make changes to /etc/hosts; we need this for the port forwarding tests