Skip to content

Commit b07179c

Browse files
authored
Merge pull request #750 from PHPCSStandards/dependabot/github_actions/action-runners-8a065f2206
GH Actions: Bump the action-runners group with 4 updates
2 parents fa2aa77 + 99a6cd1 commit b07179c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/basics.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,20 @@ jobs:
110110

111111
phpstan:
112112
name: "PHPStan"
113-
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
113+
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
114114
with:
115115
phpstanVersion: '2.x'
116116

117117
markdownlint:
118118
name: 'Lint Markdown'
119-
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
119+
uses: PHPCSStandards/.github/.github/workflows/reusable-markdownlint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
120120

121121
remark:
122122
name: 'QA Markdown'
123-
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
123+
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
124124

125125
yamllint:
126126
name: 'Lint Yaml'
127-
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@9d51cbe2ff0bde5f7f5b2cf7608e9e13d593c6f2 # v1.0.0
127+
uses: PHPCSStandards/.github/.github/workflows/reusable-yamllint.yml@a06ac9fa50dcd1d98cc581e9a4e331363a69ea09 # v1.1.0
128128
with:
129129
strict: true

0 commit comments

Comments
 (0)