Skip to content

Commit 68fa5b7

Browse files
[Dependencies]: Bump juliangruber/read-file-action from 1.1.7 to 1.1.8
Bumps [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/juliangruber/read-file-action/releases) - [Commits](juliangruber/read-file-action@v1.1.7...v1.1.8) --- updated-dependencies: - dependency-name: juliangruber/read-file-action dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8abd334 commit 68fa5b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-prs-for-stale-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
&& steps.aheadbehind.outputs.ahead != 0
193193
&& steps.aheadbehind.outputs.dayssinceupdate > 7
194194
id: pr-template
195-
uses: juliangruber/read-file-action@v1.1.7
195+
uses: juliangruber/read-file-action@v1.1.8
196196
with:
197197
path: ./.github/PULL_REQUEST_TEMPLATE.md
198198

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: "Read PR Template"
9696
if: steps.findPr.outputs.number == ''
9797
id: pr-template
98-
uses: juliangruber/read-file-action@v1.1.7
98+
uses: juliangruber/read-file-action@v1.1.8
9999
with:
100100
path: ./.github/PULL_REQUEST_TEMPLATE.md
101101

0 commit comments

Comments
 (0)