diff --git a/.github/workflows/Glibc.yml b/.github/workflows/Glibc.yml index 7aece99..f304ace 100644 --- a/.github/workflows/Glibc.yml +++ b/.github/workflows/Glibc.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: docker.io/centos:7 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index 855178c..9b12a1c 100644 --- a/.github/workflows/boringtun.yml +++ b/.github/workflows/boringtun.yml @@ -12,7 +12,7 @@ jobs: target: [ aarch64-apple-darwin, x86_64-apple-darwin, s390x-unknown-linux-gnu, aarch64-unknown-linux-gnu, x86_64-unknown-linux-gnu ] steps: - name: Check code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Git clone BoringTun run: | git clone https://github.com/cloudflare/boringtun diff --git a/.github/workflows/p.yml b/.github/workflows/p.yml index 2dfad3b..8175f37 100644 --- a/.github/workflows/p.yml +++ b/.github/workflows/p.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/sync_project.yml b/.github/workflows/sync_project.yml index 378227d..935feda 100644 --- a/.github/workflows/sync_project.yml +++ b/.github/workflows/sync_project.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: 'Mirror to gitlab' uses: pixta-dev/repository-mirroring-action@v1 with: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: 'Mirror to bitbucket' uses: pixta-dev/repository-mirroring-action@v1 with: @@ -39,7 +39,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: 'Checkout' -# uses: actions/checkout@v1 +# uses: actions/checkout@v3 # - name: 'Mirror to gitee' # uses: pixta-dev/repository-mirroring-action@v1 # with: diff --git a/.github/workflows/vmessping.yml b/.github/workflows/vmessping.yml index 4108042..b905237 100644 --- a/.github/workflows/vmessping.yml +++ b/.github/workflows/vmessping.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/wireguard-go.yml b/.github/workflows/wireguard-go.yml index 6cb518d..1a59a39 100644 --- a/.github/workflows/wireguard-go.yml +++ b/.github/workflows/wireguard-go.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/wireguard-go_version.yml b/.github/workflows/wireguard-go_version.yml index 0eb8468..2c56758 100644 --- a/.github/workflows/wireguard-go_version.yml +++ b/.github/workflows/wireguard-go_version.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/wireproxy.yml b/.github/workflows/wireproxy.yml index e72302c..541357c 100644 --- a/.github/workflows/wireproxy.yml +++ b/.github/workflows/wireproxy.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v3 with: fetch-depth: 0