Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).

Updates `hoverkraft-tech/ci-github-common` from 0.11.2 to 0.12.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
dependabot[bot] authored and neilime committed Feb 16, 2024
1 parent 1ab5205 commit 4438713
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.11.2
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.12.0
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.11.2
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Enforces that helpers retrieved are instances of
* Helper\HelperInterface. Additionally, it registers a number of default
* helpers.
* @extends \Laminas\ServiceManager\AbstractPluginManager<\TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper\HelperInterface>
*/
class HelperPluginManager extends \Laminas\ServiceManager\AbstractPluginManager
{
Expand Down Expand Up @@ -124,7 +125,7 @@ public function getHtmlClassHelper(): ?\TwbsHelper\View\Helper\HtmlAttributes\Ht
*
* Validates against callables and HelperInterface implementations.
*
* @param mixed $instance
* @param \TwbsHelper\View\Helper\HtmlAttributes\HtmlClass\Helper\HelperInterface|callable|mixed $instance
* @throws \Laminas\ServiceManager\Exception\InvalidServiceException
*/
public function validate($instance)
Expand Down

0 comments on commit 4438713

Please sign in to comment.