mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(deps): update ansible/ansible-lint action to v25.11.1 (#750)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible/ansible-lint](https://redirect.github.com/ansible/ansible-lint) | action | patch | `v25.11.0` -> `v25.11.1` | --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible/ansible-lint)</summary> ### [`v25.11.1`](https://redirect.github.com/ansible/ansible-lint/releases/tag/v25.11.1) [Compare Source](https://redirect.github.com/ansible/ansible-lint/compare/v25.11.0...v25.11.1) #### Features - feat: detect missing prefix in role's handlers vars ([#​4826](https://redirect.github.com/ansible/ansible-lint/issues/4826)) [@​cavcrosby](https://redirect.github.com/cavcrosby) #### Fixes - Migrate RTD URLs to docs.ansible.com ([#​4842](https://redirect.github.com/ansible/ansible-lint/issues/4842)) [@​gundalow](https://redirect.github.com/gundalow) - fix: Pass module spec via stdin instead of command line args ([#​4844](https://redirect.github.com/ansible/ansible-lint/issues/4844)) [@​apollo13](https://redirect.github.com/apollo13) - fix: Update mypy python version to 3.12 ([#​4846](https://redirect.github.com/ansible/ansible-lint/issues/4846)) [@​alisonlhart](https://redirect.github.com/alisonlhart) #### Maintenance - chore(deps): update all dependencies ([#​4833](https://redirect.github.com/ansible/ansible-lint/issues/4833)) @​[renovate\[bot\]](https://redirect.github.com/apps/renovate) - chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /test/schemas ([#​4849](https://redirect.github.com/ansible/ansible-lint/issues/4849)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - chore(deps-dev): bump glob from 10.4.5 to 10.5.0 in /test/schemas ([#​4847](https://redirect.github.com/ansible/ansible-lint/issues/4847)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Add support for Fedora 43 ([#​4836](https://redirect.github.com/ansible/ansible-lint/issues/4836)) [@​jsf9k](https://redirect.github.com/jsf9k) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
57d7dda1e7
commit
7dd3e7f556
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -29,6 +29,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- uses: ansible/ansible-lint@v25.11.0
|
||||
- uses: ansible/ansible-lint@v25.11.1
|
||||
env:
|
||||
HCLOUD_TOKEN: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue