diff --git a/.github/workflows/ci-label.yml b/.github/workflows/ci-label.yml index 1458310..b42b303 100644 --- a/.github/workflows/ci-label.yml +++ b/.github/workflows/ci-label.yml @@ -11,7 +11,7 @@ jobs: PR_triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: configuration-path: .github/labeler.yml repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index 499d520..c35192f 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -18,5 +18,5 @@ concurrency: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.08.2 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.09.3 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index eeffb80..6da05bb 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -25,4 +25,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.08.2 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.09.3 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index e443ea4..807a23a 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -10,7 +10,7 @@ on: jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.08.2 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.09.3 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ci-wheels.yml b/.github/workflows/ci-wheels.yml index 9e5d009..ca7edae 100644 --- a/.github/workflows/ci-wheels.yml +++ b/.github/workflows/ci-wheels.yml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v3.1.3 + uses: pypa/cibuildwheel@v3.1.4 env: CIBW_SKIP: "cp39-* cp310-* cp314-* pp* *-musllinux*" CIBW_ARCHS: ${{ matrix.arch }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f00ddfe..3a98dc5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: DAYS_BEFORE_CLOSE: 28 steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }}