Skip to content

Commit 0b40423

Browse files
GH Actions: Bump the action-runners group with 4 updates
Bumps the action-runners group with 4 updates: [PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml](https://github.com/phpcsstandards/.github), [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github), [PHPCSStandards/.github/.github/workflows/reusable-remark.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.2.0 to 1.2.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@8ab4abd...fcbbdd9) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@8ab4abd...fcbbdd9) Updates `PHPCSStandards/.github/.github/workflows/reusable-remark.yml` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@8ab4abd...fcbbdd9) Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@8ab4abd...fcbbdd9) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-remark.yml dependency-version: 1.2.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.2.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 cc531ad commit 0b40423

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,20 @@ jobs:
138138
139139
phpstan:
140140
name: "PHPStan"
141-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
141+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
142142
with:
143143
phpstanVersion: '2.x'
144144

145145
markdownlint:
146146
name: 'Lint Markdown'
147-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
147+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
148148

149149
remark:
150150
name: 'QA Markdown'
151-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
151+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
152152

153153
yamllint:
154154
name: 'Lint Yaml'
155-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@8ab4abdb86d0a69a15ea85472ab7dd5c44a37759 # v1.2.0
155+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@fcbbdd9495898d68229655147333a910679c33cf # v1.2.1
156156
with:
157157
strict: true

0 commit comments

Comments
 (0)