File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Install Python requirements
1717 run : pip3 install -r requirements.txt --break-system-packages
1818 - name : Setup Ruby
Original file line number Diff line number Diff line change 1111 name : Copy stable to preview
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 99 name : Link Checker
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1010 markdown :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : errata-ai/vale-action@reviewdog
1515 with :
1616 files : ' _posts/,docs/stable/'
2525 python :
2626 runs-on : ubuntu-24.04
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : psf/black@stable
3030 with :
3131 options : " --check --skip-string-normalization --verbose --diff --color"
You can’t perform that action at this time.
0 commit comments