Skip to content

Commit 0b28b4e

Browse files
GH Actions: Bump the action-runners group with 2 updates
Bumps the action-runners group with 2 updates: [PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml](https://github.com/phpcsstandards/.github) and [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github). Updates `PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@a06ac9f...0d44fe2) Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@a06ac9f...0d44fe2) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1989d00 commit 0b28b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
run: cs2pr ./phpcs-report.xml
5959

6060
phpstan:
61-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
61+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
6262

6363
yamllint:
6464
name: 'Lint Yaml'
65-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
65+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
6666
with:
6767
strict: true

0 commit comments

Comments
 (0)