From 3572d2812ed60e55d0e232087819b3a748e31d20 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 14 Oct 2022 01:26:27 -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 9ee35ae..4f14097 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@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 with: persist-credentials: false - name: Build diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index 8dea097..6e837df 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 steps: - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 with: persist-credentials: false - name: Test diff --git a/.github/workflows/test_set_3.yml b/.github/workflows/test_set_3.yml index 9041689..808ba82 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@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0 + - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0 with: persist-credentials: false - name: Test