From 2e0291f57390a12068147911d3fe847bceb71470 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 3 Feb 2024 23:30:33 -0600 Subject: [PATCH] Update tests --- .github/workflows/test_set_1.yml | 2 +- .github/workflows/test_set_2.yml | 2 +- .github/workflows/test_set_3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_set_1.yml b/.github/workflows/test_set_1.yml index 738adaa..4f00fb8 100644 --- a/.github/workflows/test_set_1.yml +++ b/.github/workflows/test_set_1.yml @@ -16,7 +16,7 @@ jobs: env: OS_VERSION: ${{ matrix.os_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Build diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index 0b1aad1..aba48f6 100644 --- a/.github/workflows/test_set_2.yml +++ b/.github/workflows/test_set_2.yml @@ -17,7 +17,7 @@ jobs: image: ${{ matrix.os_version }} options: --cap-add=NET_ADMIN --device=/dev/net/tun steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Test diff --git a/.github/workflows/test_set_3.yml b/.github/workflows/test_set_3.yml index e30c87e..6575446 100644 --- a/.github/workflows/test_set_3.yml +++ b/.github/workflows/test_set_3.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Test