From 302c522416cae673896d74dc05bdf2a21e83c591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:47:56 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mhils/workflows](https://github.com/mhils/workflows) | `03ded8ba339159d99d08c21a4b0d1c38f3f52c3b` | `16608e9df5912db0e3ad86a9b90e25e933f2496b` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2` | `3` | Updates `mhils/workflows` from 03ded8ba339159d99d08c21a4b0d1c38f3f52c3b to 16608e9df5912db0e3ad86a9b90e25e933f2496b - [Release notes](https://github.com/mhils/workflows/releases) - [Commits](https://github.com/mhils/workflows/compare/03ded8ba339159d99d08c21a4b0d1c38f3f52c3b...16608e9df5912db0e3ad86a9b90e25e933f2496b) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) Updates `actions/attest-build-provenance` from 2 to 3 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3) --- updated-dependencies: - dependency-name: mhils/workflows dependency-version: 16608e9df5912db0e3ad86a9b90e25e933f2496b dependency-type: direct:production dependency-group: dependencies - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/autofix.yml | 6 +++--- .github/workflows/docs.yml | 4 ++-- .github/workflows/main.yml | 26 +++++++++++++------------- .github/workflows/release.yml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 392314e2..800538d3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -13,9 +13,9 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - run: uv lock diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 96f35e90..2e2e0a12 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: actions/setup-python@v5 @@ -31,7 +31,7 @@ jobs: # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - run: python docs/make.py - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: docs/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3420067e..0b9b685d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,17 +18,17 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - run: uv run tox -e lint old-dependencies: runs-on: ubuntu-latest steps: - - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-python@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-python@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - run: uv run tox -e old-dependencies test: @@ -55,12 +55,12 @@ jobs: py: 3.9.18 runs-on: ${{ matrix.os }} steps: - - uses: mhils/workflows/checkout@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b - - uses: mhils/workflows/setup-uv@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + - uses: mhils/workflows/checkout@16608e9df5912db0e3ad86a9b90e25e933f2496b + - uses: mhils/workflows/setup-uv@16608e9df5912db0e3ad86a9b90e25e933f2496b - run: uv run --python ${{ matrix.py }} tox -e py -- -vvv ${{ matrix.args }} build: - uses: mhils/workflows/.github/workflows/python-build.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + uses: mhils/workflows/.github/workflows/python-build.yml@16608e9df5912db0e3ad86a9b90e25e933f2496b permissions: contents: read id-token: write @@ -75,11 +75,11 @@ jobs: attestations: write runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: wheels path: dist/ - - uses: actions/attest-build-provenance@v2 + - uses: actions/attest-build-provenance@v3 with: subject-path: 'dist/*' @@ -90,13 +90,13 @@ jobs: - test - build - attest - uses: mhils/workflows/.github/workflows/alls-green.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + uses: mhils/workflows/.github/workflows/alls-green.yml@16608e9df5912db0e3ad86a9b90e25e933f2496b with: jobs: ${{ toJSON(needs) }} allowed-skips: '["attest"]' deploy: - uses: mhils/workflows/.github/workflows/python-deploy.yml@03ded8ba339159d99d08c21a4b0d1c38f3f52c3b + uses: mhils/workflows/.github/workflows/python-deploy.yml@16608e9df5912db0e3ad86a9b90e25e933f2496b with: artifact-name: wheels needs: check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c115261a..068200e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: environment: deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{ secrets.GH_PUSH_TOKEN }} # this token works to push to the protected main branch. persist-credentials: true