File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 contents : write
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.head_ref }}
2222
Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout Code
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313
1414 - name : Lint Code Base
1515 uses : github/super-linter@v7
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Install testing dependencies
1717 run : yarn install
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : master
2222
You can’t perform that action at this time.
0 commit comments