File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
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
3939 working-directory : single-file-document
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 - name : Setup Python
4444 run : |
4545 PYTHONUNBUFFERED=1
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.10'
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : ${{ github.ref == 'refs/heads/main' && github.repository == 'duckdb/duckdb-web' }}
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 path : ' .'
2121 token : ${{ secrets.GH_UPDATE_DOCS_TOKEN }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 if : github.ref == 'refs/heads/main' && github.repository == 'duckdb/duckdb-web'
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1010 markdown :
1111 runs-on : ubuntu-22.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-22.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"
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 1212 if : github.repository == 'duckdb/duckdb-web'
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Setting up Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1111 if : ${{ github.ref == 'refs/heads/main' && github.repository == 'duckdb/duckdb-web' }}
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 token : ${{ secrets.GH_UPDATE_DOCS_TOKEN }}
1717 - uses : actions/setup-python@v6
@@ -22,11 +22,11 @@ jobs:
2222 - run : pip install wheel pip -U --break-system-packages
2323 - run : pip install -r requirements.txt -U --break-system-packages
2424 - run : pip install duckdb --pre -U --break-system-packages # grab the latest duckdb python dev version
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 path : ' duckdb'
2828 repository : ' duckdb/duckdb'
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 path : ' duckdb-node'
3232 repository : ' duckdb/duckdb-node'
You can’t perform that action at this time.
0 commit comments