Bump actions/checkout from 2 to 3.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/checkout-3.1.0
dependabot[bot] 3 years ago committed by GitHub
parent 61a2c92a45
commit 90046dc3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Glibc.yml
  2. 2
      .github/workflows/boringtun.yml
  3. 2
      .github/workflows/p.yml
  4. 6
      .github/workflows/sync_project.yml
  5. 2
      .github/workflows/vmessping.yml
  6. 2
      .github/workflows/wireguard-go.yml
  7. 2
      .github/workflows/wireguard-go_version.yml
  8. 2
      .github/workflows/wireproxy.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: |

@ -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

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

@ -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:

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

Loading…
Cancel
Save