Bump actions/checkout from 2 to 3 (#17660)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 16:35:32 +08:00 committed by GitHub
parent f147af91c8
commit 321c19b40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View File

@ -39,7 +39,7 @@ jobs:
with:
docker_version: 20.04
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -105,7 +105,7 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -165,7 +165,7 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -225,7 +225,7 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -283,7 +283,7 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: setup env
@ -333,7 +333,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '16'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: script

View File

@ -16,7 +16,7 @@ jobs:
#- self-hosted
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: google-github-actions/setup-gcloud@v0
with:
version: '285.0.0'
@ -35,13 +35,13 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2.1.0
- uses: actions/checkout@v3
- uses: jitterbit/get-changed-files@v1
id: changed-files
with:
format: space-delimited
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: Build Base Image

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.

View File

@ -17,7 +17,7 @@ jobs:
#- self-hosted
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v0
@ -35,7 +35,7 @@ jobs:
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
- name: before_install

View File

@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup env
run: |
echo "CUR_TAG=${{ github.ref_name }}" >> $GITHUB_ENV