Update actions/checkout action to v3.1.0

This commit is contained in:
renovate[bot] 2022-10-04 12:17:42 +00:00 committed by Tonye Jack
parent 6a72b39d1c
commit f014e08ed4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3.0.2 uses: actions/checkout@v3.1.0
- name: Run test - name: Run test
id: branch-name id: branch-name
uses: ./ uses: ./

View File

@ -9,7 +9,7 @@ jobs:
sync-assets: sync-assets:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3.0.2 - uses: actions/checkout@v3.1.0
with: with:
fetch-depth: 0 fetch-depth: 0