This repository was archived by the owner on Jul 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 actionlint :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : " Download actionlint"
2020 id : get_actionlint
2121 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Original file line number Diff line number Diff line change 1717 poetry-version : ["1.8.5"]
1818 steps :
1919 - name : " Checkout"
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 - name : " Install Poetry ${{matrix.poetry-version}}"
2222 run : pipx install poetry==${{matrix.poetry-version}}
2323 - name : " Setup Python ${{matrix.python-version}}"
Original file line number Diff line number Diff line change 2121 poetry-version : ["1.8.5"]
2222 steps :
2323 - name : " Checkout"
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - name : " Install Poetry ${{matrix.poetry-version}}"
2626 run : pipx install poetry==${{matrix.poetry-version}}
2727 - name : " Setup Python ${{matrix.python-version}}"
5050 os : ["ubuntu-latest", "windows-latest", "macos-latest"]
5151 steps :
5252 - name : " Checkout"
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : " Install Poetry ${{matrix.poetry-version}}"
5555 run : pipx install poetry==${{matrix.poetry-version}}
5656 - name : " Setup Python ${{matrix.python-version}}"
Original file line number Diff line number Diff line change 1818 poetry-version : ["1.8.5"]
1919 steps :
2020 - name : " Checkout"
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : " Install Poetry ${{matrix.poetry-version}}"
2323 run : pipx install poetry==${{matrix.poetry-version}}
2424 - name : " Setup Python"
You can’t perform that action at this time.
0 commit comments