File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3.5.1
13+ uses : actions/checkout@v3.5.2
1414
1515 - name : Get branch names
1616 id : branch-name
Original file line number Diff line number Diff line change 88 if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3.5.1
11+ - uses : actions/checkout@v3.5.2
1212 with :
1313 token : ${{ secrets.PAT_TOKEN }}
1414 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
Original file line number Diff line number Diff line change 1414 name : Test github-changelog-generator
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3.5.1
17+ uses : actions/checkout@v3.5.2
1818 - name : shellcheck
1919 uses : reviewdog/action-shellcheck@v1.17
2020 - name : Run github-changelog-generator
You can’t perform that action at this time.
0 commit comments