Skip to content

Commit 483d945

Browse files
authored
Merge branch 'main' into dependabot/github_actions/DamianReeves/write-file-action-1.2
2 parents 12b3e0f + 57e811b commit 483d945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# will not occur.
2323
- name: Dependabot metadata
2424
id: dependabot-metadata
25-
uses: dependabot/[email protected].4
25+
uses: dependabot/[email protected].5
2626
with:
2727
github-token: "${{ secrets.GITHUB_TOKEN }}"
2828
# Here the PR gets approved.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
shell: bash
4545

4646
- name: Getting PHP class list...
47-
uses: impresscms-dev/[email protected].1
47+
uses: impresscms-dev/[email protected].3
4848
with:
4949
output_file: ${{ env.PHP_CLASSES_ORIG_FILE }}
5050

@@ -56,7 +56,7 @@ runs:
5656
write-mode: overwrite
5757

5858
- name: Filtering PHP classes list...
59-
uses: impresscms-dev/[email protected].3
59+
uses: impresscms-dev/[email protected].5
6060
with:
6161
rules_file: ${{ env.RULES_FILE }}
6262
input_file: ${{ env.PHP_CLASSES_ORIG_FILE }}

0 commit comments

Comments
 (0)