File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343
4444 - id : checkout
4545 name : Check out the repo
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v3
4747 with :
4848 token : ${{ steps.token_gen.outputs.app_token }}
4949
Original file line number Diff line number Diff line change 3636
3737 - id : checkout
3838 name : Check out the repo
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v3
4040 with :
4141 token : ${{ steps.token_gen.outputs.app_token }}
4242
Original file line number Diff line number Diff line change 2727
2828 - id : checkout_repo
2929 name : Check out the repository content
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - id : check_files_changed
3333 uses : dorny/paths-filter@v2
Original file line number Diff line number Diff line change 3737
3838 - id : checkout
3939 name : Check out the repo
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141 with :
4242 token : ${{ steps.token_gen.outputs.app_token }}
4343
You can’t perform that action at this time.
0 commit comments