File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.x"
2323
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020 - uses : micnncim/action-label-syncer@v1
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 persist-credentials : false
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.x"
2222 - uses : tox-dev/action-pre-commit-uv@v1
@@ -25,10 +25,10 @@ jobs:
2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 persist-credentials : false
31- - uses : actions/setup-python@v5
31+ - uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.x"
3434 - name : Install uv
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
5353
5454 steps :
5555 - name : Download packages built by build-and-inspect-python-package
56- uses : actions/download-artifact@v4
56+ uses : actions/download-artifact@v5
5757 with :
5858 name : Packages
5959 path : dist
7777
7878 steps :
7979 - name : Download packages built by build-and-inspect-python-package
80- uses : actions/download-artifact@v4
80+ uses : actions/download-artifact@v5
8181 with :
8282 name : Packages
8383 path : dist
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments