File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-slim
1111 steps :
1212 - name : checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 - name : setup python
1515 run : |
1616 curl -SsL https://mise.run | bash > /dev/null
3737 runs-on : ubuntu-slim
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 - name : setup markdownlint
4242 run : |
4343 curl -SsL https://mise.run | bash > /dev/null
5353 runs-on : ubuntu-slim
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v5
56+ uses : actions/checkout@v6
5757 - name : setup yamllint
5858 run : |
5959 curl -SsL https://mise.run | bash > /dev/null
6969 runs-on : ubuntu-slim
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v5
72+ uses : actions/checkout@v6
7373 - name : setup jq
7474 run : |
7575 curl -SsL https://mise.run | bash > /dev/null
You can’t perform that action at this time.
0 commit comments