Skip to content

Commit e6c9958

Browse files
Bump DamianReeves/write-file-action from 1.2 to 1.3 (backport #5490) (#5529)
Bump DamianReeves/write-file-action from 1.2 to 1.3 (#5490) * Bump DamianReeves/write-file-action from 1.2 to 1.3 Bumps [DamianReeves/write-file-action](https://github.com/damianreeves/write-file-action) from 1.2 to 1.3. - [Release notes](https://github.com/damianreeves/write-file-action/releases) - [Commits](DamianReeves/write-file-action@v1.2...v1.3) --- updated-dependencies: - dependency-name: DamianReeves/write-file-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 95aa67a) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 922e4bd commit e6c9958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Write pull request body to file
28-
uses: DamianReeves/write-file-action@v1.2
28+
uses: DamianReeves/write-file-action@v1.3
2929
with:
3030
path: ${{ github.workspace }}/pull_request_body.txt
3131
contents: ${{ github.event.pull_request.body }}

0 commit comments

Comments
 (0)