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 2929
3030 steps :
3131 - name : Check out code
32- uses : actions/checkout@v3.3 .0
32+ uses : actions/checkout@v3.4 .0
3333 with :
3434 repository : ${{ github.event.pull_request.head.repo.full_name }}
3535 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Check out code
39- uses : actions/checkout@v3.3 .0
39+ uses : actions/checkout@v3.4 .0
4040 with :
4141 path : " "
4242
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v3.3 .0
18+ uses : actions/checkout@v3.4 .0
1919 with :
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Check out code
51- uses : actions/checkout@v3.3 .0
51+ uses : actions/checkout@v3.4 .0
5252 with :
5353 path : " "
5454 ref : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments