Skip to content

Commit 963cd22

Browse files
GH Actions: Bump andstor/file-existence-action
Bumps the action-runners group with 1 update: [andstor/file-existence-action](https://github.com/andstor/file-existence-action). Updates `andstor/file-existence-action` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](andstor/file-existence-action@076e007...558493d) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-version: 3.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 fadbbe2 commit 963cd22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/reusable-markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Check for existence of a Markdownlint config file
1818
id: has_config
19-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
19+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
2020
with:
2121
files: ".markdownlint-cli2.y*ml"
2222

.github/workflows/reusable-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Check for existence of a PHPStan config file
2929
id: has_config
30-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
30+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
3131
with:
3232
files: "phpstan.neon*"
3333

.github/workflows/reusable-remark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Check for existence of a Remark config file
2424
id: has_config
25-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
25+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
2626
with:
2727
files: ".remarkrc"
2828

.github/workflows/reusable-yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Check for existence of a Yamllint config file
2424
id: has_config
25-
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
25+
uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
2626
with:
2727
files: ".yamllint.y*ml"
2828

0 commit comments

Comments
 (0)