Skip to content

Commit 47e7f24

Browse files
GH Actions: Bump the action-runners group with 3 updates
Bumps the action-runners group with 3 updates: [PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml](https://github.com/phpcsstandards/.github), [PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml](https://github.com/phpcsstandards/.github) and [PHPCSStandards/.github/.github/workflows/reusable-remark.yml](https://github.com/phpcsstandards/.github). Updates `PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@9d51cbe...a06ac9f) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@9d51cbe...a06ac9f) Updates `PHPCSStandards/.github/.github/workflows/reusable-remark.yml` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@9d51cbe...a06ac9f) --- updated-dependencies: - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-remark.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc87368 commit 47e7f24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ concurrency:
1515
jobs:
1616
yamllint:
1717
name: 'Lint Yaml'
18-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
18+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
1919
with:
2020
strict: true
2121

2222
markdownlint:
2323
name: 'Lint Markdown'
24-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
24+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
2525

2626
remark:
2727
name: 'QA Markdown'
28-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
28+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
2929

3030
# Validate the "valid" XSD files used in the tests.
3131
validate-xsds:

0 commit comments

Comments
 (0)