chore(deps): update actions/checkout action to v3.5.3

This commit is contained in:
renovate[bot] 2023-06-09 18:40:53 +00:00 committed by Harsh Shandilya
parent 22d1755fd2
commit 25d2d4ddb7
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
@ -63,7 +63,7 @@ jobs:
needs: [ "check" ]
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Accept all SDK licenses
shell: bash