diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 16:44:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 16:44:10 +0100 |
| commit | 1ec3e899d6e295b1d699ee2dd76744b687cc5ca2 (patch) | |
| tree | a21d24594441a0d351f350cc6cffc65a632ddeac /.github/workflows/openapi.yml | |
| parent | 023eddbef5cf15d7a76733acb092746ff05629cb (diff) | |
Bump actions/checkout from 2 to 3 (#7420)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/openapi.yml')
| -rw-r--r-- | .github/workflows/openapi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 59018c01c..e7ac59ea6 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -12,7 +12,7 @@ jobs: permissions: read-all steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -37,7 +37,7 @@ jobs: permissions: read-all steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.base_ref }} - name: Setup .NET Core |
