From 5461ad36fe2466de33acfb1edf3cdaaedb03f904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:26:29 +0000 Subject: [PATCH] Bump calysto/maintainer_tools from 1 to 1.2.1 in the actions group Bumps the actions group with 1 update: [calysto/maintainer_tools](https://github.com/calysto/maintainer_tools). Updates `calysto/maintainer_tools` from 1 to 1.2.1 - [Release notes](https://github.com/calysto/maintainer_tools/releases) - [Changelog](https://github.com/Calysto/maintainer_tools/blob/v1.2.1/CHANGELOG.md) - [Commits](https://github.com/calysto/maintainer_tools/compare/v1...v1.2.1) --- updated-dependencies: - dependency-name: calysto/maintainer_tools dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/enforce-label.yml | 2 +- .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/tests.yml | 22 ++++++++++----------- .github/workflows/zizmor.yml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f7f36861..baa4dda4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: with: persist-credentials: false - name: Analyze with CodeQL - uses: calysto/maintainer_tools/actions/codeql@v1 + uses: calysto/maintainer_tools/actions/codeql@v1.2.1 with: language: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} diff --git a/.github/workflows/enforce-label.yml b/.github/workflows/enforce-label.yml index cb9a0b5c..a76af7e2 100644 --- a/.github/workflows/enforce-label.yml +++ b/.github/workflows/enforce-label.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/enforce-label@v1 + - uses: calysto/maintainer_tools/actions/enforce-label@v1.2.1 diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 9f390870..9023c727 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/pre-commit-autoupdate@v1 + - uses: calysto/maintainer_tools/actions/pre-commit-autoupdate@v1.2.1 with: app-id: ${{ vars.APP_ID }} app-private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 000fb26a..971c410e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,8 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 - - uses: calysto/maintainer_tools/actions/release@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 + - uses: calysto/maintainer_tools/actions/release@v1.2.1 id: release with: version: ${{ github.event_name == 'schedule' && '10.10.10.10' || inputs.version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5494ab30..b0cd8c0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 with: python-version: ${{ matrix.python-version }} - run: just test -v @@ -55,8 +55,8 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 - - uses: calysto/maintainer_tools/actions/test-sdist@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 + - uses: calysto/maintainer_tools/actions/test-sdist@v1.2.1 cover: name: Cover (${{ matrix.os }}, Python 3.10) @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 - name: Install graphviz if: runner.os == 'Linux' uses: tecolicom/actions-use-apt-tools@065d3fb036b7fc85487573596f97732ed0d3fce1 # v1.7 @@ -96,8 +96,8 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 - - uses: calysto/maintainer_tools/actions/pre-commit-run@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 + - uses: calysto/maintainer_tools/actions/pre-commit-run@v1.2.1 - run: just docs - run: just help - name: Test typing @@ -111,8 +111,8 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 - - uses: calysto/maintainer_tools/actions/test-minimum-versions@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 + - uses: calysto/maintainer_tools/actions/test-minimum-versions@v1.2.1 run_notebooks: name: Run Notebooks @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 - run: just run-notebooks test_release: @@ -135,8 +135,8 @@ jobs: - uses: actions/checkout@v6 with: persist-credentials: false - - uses: calysto/maintainer_tools/actions/base-setup@v1 - - uses: calysto/maintainer_tools/actions/release@v1 + - uses: calysto/maintainer_tools/actions/base-setup@v1.2.1 + - uses: calysto/maintainer_tools/actions/release@v1.2.1 with: version: patch dry_run: "true" diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 4e0eb050..add78d37 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,4 +18,4 @@ jobs: with: persist-credentials: false - name: Run zizmor 🌈 - uses: calysto/maintainer_tools/actions/zizmor@v1 + uses: calysto/maintainer_tools/actions/zizmor@v1.2.1