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 78af764 commit 6e74ca9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository_owner == 'hwdsl2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ runner.temp }}/.buildx-bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
should_update: ${{ steps.check.outputs.should_update }}
steps:
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ runner.temp }}/.buildx-bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository_owner == 'hwdsl2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpn_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
OS_TYPE: ${{ inputs.os_type }}
TEST_ID: ${{ matrix.test_id }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Test
Expand Down

0 comments on commit 6e74ca9

Please sign in to comment.