From 26bc7494092f749500026a2d39e8d384e75d45b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:32:45 +0200 Subject: [PATCH] Bump dependencies (#1652) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Hague --- .github/workflows/build.yml | 2 +- Directory.Packages.props | 14 +++++++------- global.json | 2 +- .../server/script/start.sh | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) mode change 100644 => 100755 test/Renci.SshNet.IntegrationTests/server/script/start.sh diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c373e3e..50cd56df 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 34016a3f..a4d12ed8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,25 +4,25 @@ false - - + + - + - - + + - + - + diff --git a/global.json b/global.json index a02bac5a..3be1c15a 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 e7e9f758..08cbb35b --- 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