Skip to content

Bump the github-actions group with 2 updates#139

Merged
mergify[bot] merged 1 commit into
masterfrom
dependabot/github_actions/github-actions-478d30c49b
May 4, 2026
Merged

Bump the github-actions group with 2 updates#139
mergify[bot] merged 1 commit into
masterfrom
dependabot/github_actions/github-actions-478d30c49b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the github-actions group with 2 updates: plus3it/actions-workflows/.github/workflows/lint.yml and plus3it/actions-workflows/.github/workflows/release.yml.

Updates plus3it/actions-workflows/.github/workflows/lint.yml from 1.9.2 to 1.10.0

Release notes

Sourced from plus3it/actions-workflows/.github/workflows/lint.yml's releases.

1.10.0

What's Changed

Full Changelog: plus3it/actions-workflows@1.9.2...1.10.0

Changelog

Sourced from plus3it/actions-workflows/.github/workflows/lint.yml's changelog.

actions-workflows

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.10.0

Released: 2026.04.27

  • Improves support for immutable releases by passing through draft and prerelease inputs
  • Dependency Updates
    • softprops/action-gh-release 3.0.0

1.9.2

Released: 2026.04.09

  • Dependency Updates
    • softprops/action-gh-release 2.6.1

1.9.1

Released: 2026.04.08

  • Avoids a double checkout, since actions/checkout 6.0.2 fetches all tags properly
  • Dependency Updates
    • actions/checkout 6.0.2
    • reviewdog/action-actionlint 1.72.0
    • tardigrade-ci 0.29.3

1.9.0

Released: 2025.10.21

  • Provides option to enable or disable the actionlint job

1.8.3

Released: 2025.07.30

  • Coerces windows-2019 to use codebuild runner due to public runner deprecation

1.8.2

Released: 2025.06.23

  • Retrieves the release action so it is available to reusable workflows

1.8.1

... (truncated)

Commits
  • ddd67e9 Merge pull request #121 from lorengordon/feat/immutable-releases
  • 8b8bbf0 Bumps version to 1.10.0
  • 4fb1d70 Improves support for immutable releases by passing through draft and prerelea...
  • 303b087 Merge pull request #120 from plus3it/dependabot/docker/plus3it/tardigrade-ci-...
  • 2751039 Bump plus3it/tardigrade-ci from 0.29.3 to 0.29.4
  • a04d836 Merge pull request #118 from plus3it/dependabot/github_actions/dot-github/act...
  • 1420ba5 Bump softprops/action-gh-release in /.github/actions/release
  • See full diff in compare view

Updates plus3it/actions-workflows/.github/workflows/release.yml from 1.9.2 to 1.10.0

Release notes

Sourced from plus3it/actions-workflows/.github/workflows/release.yml's releases.

1.10.0

What's Changed

Full Changelog: plus3it/actions-workflows@1.9.2...1.10.0

Changelog

Sourced from plus3it/actions-workflows/.github/workflows/release.yml's changelog.

actions-workflows

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.10.0

Released: 2026.04.27

  • Improves support for immutable releases by passing through draft and prerelease inputs
  • Dependency Updates
    • softprops/action-gh-release 3.0.0

1.9.2

Released: 2026.04.09

  • Dependency Updates
    • softprops/action-gh-release 2.6.1

1.9.1

Released: 2026.04.08

  • Avoids a double checkout, since actions/checkout 6.0.2 fetches all tags properly
  • Dependency Updates
    • actions/checkout 6.0.2
    • reviewdog/action-actionlint 1.72.0
    • tardigrade-ci 0.29.3

1.9.0

Released: 2025.10.21

  • Provides option to enable or disable the actionlint job

1.8.3

Released: 2025.07.30

  • Coerces windows-2019 to use codebuild runner due to public runner deprecation

1.8.2

Released: 2025.06.23

  • Retrieves the release action so it is available to reusable workflows

1.8.1

... (truncated)

Commits
  • ddd67e9 Merge pull request #121 from lorengordon/feat/immutable-releases
  • 8b8bbf0 Bumps version to 1.10.0
  • 4fb1d70 Improves support for immutable releases by passing through draft and prerelea...
  • 303b087 Merge pull request #120 from plus3it/dependabot/docker/plus3it/tardigrade-ci-...
  • 2751039 Bump plus3it/tardigrade-ci from 0.29.3 to 0.29.4
  • a04d836 Merge pull request #118 from plus3it/dependabot/github_actions/dot-github/act...
  • 1420ba5 Bump softprops/action-gh-release in /.github/actions/release
  • See full diff in compare view

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: [plus3it/actions-workflows/.github/workflows/lint.yml](https://github.com/plus3it/actions-workflows) and [plus3it/actions-workflows/.github/workflows/release.yml](https://github.com/plus3it/actions-workflows).


Updates `plus3it/actions-workflows/.github/workflows/lint.yml` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/plus3it/actions-workflows/releases)
- [Changelog](https://github.com/plus3it/actions-workflows/blob/main/CHANGELOG.md)
- [Commits](plus3it/actions-workflows@ce3cef7...ddd67e9)

Updates `plus3it/actions-workflows/.github/workflows/release.yml` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/plus3it/actions-workflows/releases)
- [Changelog](https://github.com/plus3it/actions-workflows/blob/main/CHANGELOG.md)
- [Commits](plus3it/actions-workflows@ce3cef7...ddd67e9)

---
updated-dependencies:
- dependency-name: plus3it/actions-workflows/.github/workflows/lint.yml
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: plus3it/actions-workflows/.github/workflows/release.yml
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 May 4, 2026
@mergify mergify Bot merged commit 3ac1e58 into master May 4, 2026
6 checks passed
@mergify mergify Bot deleted the dependabot/github_actions/github-actions-478d30c49b branch May 4, 2026 03:38
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