File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 runs-on : ${{ matrix.os }}
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v2.3.4
4141 with :
4242 clean : ' false'
4343 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v2.3.4
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 2525 env :
2626 RUNNER_CONTEXT : ${{ toJson(runner) }}
2727 run : echo "$RUNNER_CONTEXT"
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v2.3.4
2929 with :
3030 ref : master
3131 - name : Dependabot Commenter
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v2.3.4
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v2.3.4
1818
1919 - name : Run Labeler
2020 if : success()
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v2.3.4
1616
1717 - name : sync milestones
1818 uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
You can’t perform that action at this time.
0 commit comments