Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Mar 26, 2023
1 parent 682e518 commit 13b09bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_set_1.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_set_2.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_set_3.yml
Expand Up @@ -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
Expand Down

0 comments on commit 13b09bf

Please sign in to comment.