File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.ref }}
2121
6767 runs-on : ubuntu-latest
6868 if : always()
6969 steps :
70- - uses : technote-space/workflow-conclusion-action@v2
70+ - uses : technote-space/workflow-conclusion-action@v3
7171 - uses : 8398a7/action-slack@v3
7272 with :
7373 status : failure
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP ${{ matrix.php }}
2525 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2222 WORKFLOW : " build-skeleton.yml"
2323 AUTH : " :${{secrets.GLOBAL_TOKEN}}"
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v6
2626 - name : Make it rain ☔️
2727 run : |
2828 SKELETONS=`curl -s "${{secrets.SKELETONS_JSON_LIST}}"`
You can’t perform that action at this time.
0 commit comments