Skip to content

Bump the github-actions group with 2 updates#160

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-853a5c63a5
Open

Bump the github-actions group with 2 updates#160
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-853a5c63a5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 2 updates: kurtmckee/github-workflows/.github/workflows/create-pr.yaml and kurtmckee/github-workflows/.github/workflows/tox.yaml.

Updates kurtmckee/github-workflows/.github/workflows/create-pr.yaml from 1.7 to 2.1

Release notes

Sourced from kurtmckee/github-workflows/.github/workflows/create-pr.yaml's releases.

v2.1

Changed

  • tox: Bust the cache if the workflow's locked dependencies change.

Documentation

  • Document how to create new templated workflows.

Development

  • Introduce zizmor and address its warnings.

v2.0

Breaking changes

  • create-pr: No longer accept a runner config.

    The workflow would not work on macOS or Windows runners. The runner is currently set to ubuntu-24.04.

Changed

  • Lock almost all software dependencies.
  • Update all software dependencies.

Fixed

  • create-pr: Ensure that a PR body file always exists.

    This fixes a "does not exist" error from pandoc that occurs if the tox label doesn't create a PR body file and the pr-body workflow input is empty.

Documentation

  • create-pr: Document the pr-body-input-format config key.

Development

  • Use templates to generate standalone reusable workflow files.

    Now, instead of disallowing edits to portions of the workflows, the underlying templates are fully editable.

  • Use prek to update pre-commit hook versions.

v1.8

Breaking changes

... (truncated)

Changelog

Sourced from kurtmckee/github-workflows/.github/workflows/create-pr.yaml's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024-2026 Kurt McKee contactme@kurtmckee.org SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-2.1:

2.1 — 2026-03-27

Changed

  • tox: Bust the cache if the workflow's locked dependencies change.

Documentation

  • Document how to create new templated workflows.

Development

  • Introduce zizmor and address its warnings.

.. _changelog-2.0:

2.0 — 2026-02-25

Breaking changes

  • create-pr: No longer accept a runner config.

    The workflow would not work on macOS or Windows runners.

... (truncated)

Commits

Updates kurtmckee/github-workflows/.github/workflows/tox.yaml from 1.7 to 2.1

Release notes

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's releases.

v2.1

Changed

  • tox: Bust the cache if the workflow's locked dependencies change.

Documentation

  • Document how to create new templated workflows.

Development

  • Introduce zizmor and address its warnings.

v2.0

Breaking changes

  • create-pr: No longer accept a runner config.

    The workflow would not work on macOS or Windows runners. The runner is currently set to ubuntu-24.04.

Changed

  • Lock almost all software dependencies.
  • Update all software dependencies.

Fixed

  • create-pr: Ensure that a PR body file always exists.

    This fixes a "does not exist" error from pandoc that occurs if the tox label doesn't create a PR body file and the pr-body workflow input is empty.

Documentation

  • create-pr: Document the pr-body-input-format config key.

Development

  • Use templates to generate standalone reusable workflow files.

    Now, instead of disallowing edits to portions of the workflows, the underlying templates are fully editable.

  • Use prek to update pre-commit hook versions.

v1.8

Breaking changes

... (truncated)

Changelog

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024-2026 Kurt McKee contactme@kurtmckee.org SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-2.1:

2.1 — 2026-03-27

Changed

  • tox: Bust the cache if the workflow's locked dependencies change.

Documentation

  • Document how to create new templated workflows.

Development

  • Introduce zizmor and address its warnings.

.. _changelog-2.0:

2.0 — 2026-02-25

Breaking changes

  • create-pr: No longer accept a runner config.

    The workflow would not work on macOS or Windows runners.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates: [kurtmckee/github-workflows/.github/workflows/create-pr.yaml](https://github.com/kurtmckee/github-workflows) and [kurtmckee/github-workflows/.github/workflows/tox.yaml](https://github.com/kurtmckee/github-workflows).


Updates `kurtmckee/github-workflows/.github/workflows/create-pr.yaml` from 1.7 to 2.1
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@19c3c06...598fc01)

Updates `kurtmckee/github-workflows/.github/workflows/tox.yaml` from 1.7 to 2.1
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@19c3c06...598fc01)

---
updated-dependencies:
- dependency-name: kurtmckee/github-workflows/.github/workflows/create-pr.yaml
  dependency-version: '2.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: kurtmckee/github-workflows/.github/workflows/tox.yaml
  dependency-version: '2.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2026
@dependabot dependabot Bot requested a review from kurtmckee as a code owner July 1, 2026 14:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants