Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Feb 4, 2024
1 parent 353ae65 commit 2e0291f
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
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@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Test
Expand Down

0 comments on commit 2e0291f

Please sign in to comment.