File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 PR_triage :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/labeler@v5
14+ - uses : actions/labeler@v6
1515 with :
1616 configuration-path : .github/labeler.yml
1717 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ concurrency:
1818
1919jobs :
2020 refresh_lockfiles :
21- uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.08.2
21+ uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.09.3
2222 secrets : inherit
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ concurrency:
2525jobs :
2626 manifest :
2727 name : " check-manifest"
28- uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.08.2
28+ uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.09.3
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 prompt-share :
13- uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.08.2
13+ uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.09.3
1414 secrets : inherit
1515 with :
1616 pr_number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 4848 fetch-depth : 0
4949
5050 - name : " build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51- uses : pypa/cibuildwheel@v3.1.3
51+ uses : pypa/cibuildwheel@v3.1.4
5252 env :
5353 CIBW_SKIP : " cp39-* cp310-* cp314-* pp* *-musllinux*"
5454 CIBW_ARCHS : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 1919 DAYS_BEFORE_CLOSE : 28
2020
2121 steps :
22- - uses : actions/stale@v9
22+ - uses : actions/stale@v10
2323 with :
2424 repo-token : ${{ secrets.GITHUB_TOKEN }}
2525
You can’t perform that action at this time.
0 commit comments