From 13b09bf61db7db656452c67a35349a4a8f70b4c7 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sat, 25 Mar 2023 23:56:48 -0500 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 1fe2532..87057a2 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 + - uses: actions/checkout@v3 with: persist-credentials: false - name: Build diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index 6326789..5931586 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 + - uses: actions/checkout@v3 with: persist-credentials: false - name: Test diff --git a/.github/workflows/test_set_3.yml b/.github/workflows/test_set_3.yml index 44b54a6..e78d1a8 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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 + - uses: actions/checkout@v3 with: persist-credentials: false - name: Test