Skip to content

Commit 50c9a2c

Browse files
Bump DamianReeves/write-file-action from 1.0 to 1.1
Bumps [DamianReeves/write-file-action](https://github.com/DamianReeves/write-file-action) from 1.0 to 1.1. - [Release notes](https://github.com/DamianReeves/write-file-action/releases) - [Commits](DamianReeves/write-file-action@v1.0...v1.1) --- updated-dependencies: - dependency-name: DamianReeves/write-file-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d8b4b1 commit 50c9a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
output_file: ${{ env.PHP_CLASSES_ORIG_FILE }}
5050

5151
- name: Generating temp filtering rules file...
52-
uses: DamianReeves/write-file-action@v1.0
52+
uses: DamianReeves/write-file-action@v1.1
5353
with:
5454
path: ${{ env.RULES_FILE }}
5555
contents: "${{ inputs.included_classes }}"

0 commit comments

Comments
 (0)