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

This commit is contained in:
renovate[bot] 2023-06-09 17:16:31 +00:00 committed by tj-actions[bot]
parent ba4eea6a65
commit 826adf145b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

View File

@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}