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 1515
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 2
2121
Original file line number Diff line number Diff line change 2828 - name : Checks if Dependabot PR
2929 if : ${{github.event_name != 'pull_request'}}
3030 run : echo "no dependabot"
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 if : ${{github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'app/dependabot'}}
3333
3434 - name : Open issue if Dependabot PR
Original file line number Diff line number Diff line change 2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Posts comment
3030 env :
3131 issue_num : ${{github.event.issue.number}}
You can’t perform that action at this time.
0 commit comments