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 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 2
21
21
Original file line number Diff line number Diff line change 28
28
- name : Checks if Dependabot PR
29
29
if : ${{github.event_name != 'pull_request'}}
30
30
run : echo "no dependabot"
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
if : ${{github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'app/dependabot'}}
33
33
34
34
- name : Open issue if Dependabot PR
Original file line number Diff line number Diff line change 25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
- name : Posts comment
30
30
env :
31
31
issue_num : ${{github.event.issue.number}}
You can’t perform that action at this time.
0 commit comments