Skip to content

Commit 4cf7b06

Browse files
dependabot[bot]jrfnl
authored andcommitted
GH Actions: Bump the action-runners group with 4 updates
Bumps the action-runners group with 4 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), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action). 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) Updates `PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/phpcsstandards/.github/releases) - [Commits](PHPCSStandards/.github@a06ac9f...0d44fe2) Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@a8c4c7c...8646ba3) Updates `streetsidesoftware/cspell-action` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](streetsidesoftware/cspell-action@d5d910b...9cd41bb) --- updated-dependencies: - 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 - dependency-name: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-runners - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: streetsidesoftware/cspell-action dependency-version: 8.3.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 06b5fa5 commit 4cf7b06

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basic-qa.yml

Lines changed: 4 additions & 4 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@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
19+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@0d44fe2771ae7bc1254a0a4ec596d8110d16d3dc # v1.1.1
2020
with:
2121
strict: true
2222

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

2727
linkcheck:
2828
name: "Check links"
@@ -42,7 +42,7 @@ jobs:
4242
restore-keys: cache-lychee-
4343

4444
- name: Link Checker
45-
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
45+
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
4646
with:
4747
# Sidebar file exclusion is needed to work-around an upstream bug.
4848
# Should be removed once bug https://github.com/lycheeverse/lychee/issues/1788 has been fixed.
@@ -64,7 +64,7 @@ jobs:
6464
persist-credentials: false
6565

6666
- name: Spellcheck
67-
uses: streetsidesoftware/cspell-action@d5d910b521ad408f1e7383c24609079f5a88bdca # v8.2.0
67+
uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0
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)