From d3362d2760a1121aff8ea59229bb30da8a5aab36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:13:44 +0100 Subject: [PATCH 1/2] Update actions/setup-dotnet action to v4 (#490) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 41180592..5ecf432d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Install .net dependencies From 4dfdd42816c58b05f923e1a420945d64ca59a94a Mon Sep 17 00:00:00 2001 From: Ayoub Kaanich Date: Wed, 3 Jan 2024 17:35:30 +0100 Subject: [PATCH 2/2] Retry TestUdpTunnel on failure (#496) --- Test/Tunneling/TunnelDeviceTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test/Tunneling/TunnelDeviceTest.cs b/Test/Tunneling/TunnelDeviceTest.cs index ed43fc80..252c254e 100644 --- a/Test/Tunneling/TunnelDeviceTest.cs +++ b/Test/Tunneling/TunnelDeviceTest.cs @@ -73,6 +73,7 @@ public void TestArpTunnel() /// Test injection of packets from and to OS /// [Test] + [Retry(3)] public void TestUdpTunnel() { var nic = TunnelDevice.GetTunnelInterfaces().First();