Skip to content

Commit 60722e6

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 [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). 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 `streetsidesoftware/cspell-action` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@e5a858a...24fa8d3) --- 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: streetsidesoftware/cspell-action dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 028c155 commit 60722e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/basic-qa.yml

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

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

2727
linkcheck:
2828
name: "Check links"
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: false
6565

6666
- name: Spellcheck
67-
uses: streetsidesoftware/cspell-action@e5a858a18b7e0b56e0342b1dcad796308b7341a2 # v8.1.1
67+
uses: streetsidesoftware/cspell-action@24fa8d3096a314ce263f39578744e9d9f8d80acf # v8.1.2
6868
with:
6969
# Define glob patterns to filter the files to be checked. Use a new line between patterns to define multiple patterns.
7070
files: '**/*.md'

0 commit comments

Comments
 (0)