File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Codespell
1919 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Set up uv
1313 uses : astral-sh/setup-uv@v6
1414 - name : Sync environment
Original file line number Diff line number Diff line change 3333 attestations : write
3434 id-token : write
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939 - uses : hynek/build-and-inspect-python-package@v2
@@ -61,20 +61,20 @@ jobs:
6161 DEPENDS : ${{ matrix.dependencies }}
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 if : matrix.source == 'repo'
6666 with :
6767 submodules : recursive
6868 fetch-depth : 0
6969 - name : Download packages built by build-and-inspect-python-package
7070 if : matrix.source == 'sdist'
71- uses : actions/download-artifact@v4
71+ uses : actions/download-artifact@v5
7272 with :
7373 name : Packages
7474 path : dist
7575 - name : Download lockfile
7676 if : matrix.source == 'sdist'
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@v5
7878 with :
7979 name : Lockfile
8080 - name : Extract sdist
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Download packages built by build-and-inspect-python-package
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 name : Packages
120120 path : dist
You can’t perform that action at this time.
0 commit comments