diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-10 06:55:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-10 06:55:15 -0600 |
| commit | 1330bd0b52346de0b505e663b1f8cc4bc550295a (patch) | |
| tree | dc1cdefe00f53b5d0eeddb279476c0c917637248 /.github/workflows/openapi.yml | |
| parent | c155ea1decb6967f4c1c7b4851fdcac8fe83b001 (diff) | |
chore(deps): update actions/checkout action to v3.5.3 (#9876)
Co-authored-by: renovate[bot] <29139614+renovate[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 e8d080e9ad..ad1cedd52e 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -14,7 +14,7 @@ jobs: permissions: read-all steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -39,7 +39,7 @@ jobs: permissions: read-all steps: - name: Checkout repository - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} |
