diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 76d0c0b2..00c22d45 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -163,7 +163,7 @@ jobs: && steps.aheadbehind.outputs.ahead != 0 && steps.aheadbehind.outputs.dayssinceupdate > 7 id: pr-template - uses: juliangruber/read-file-action@v1.1.6 + uses: juliangruber/read-file-action@v1.1.7 with: path: ./.github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 204d5246..93e48034 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -72,7 +72,7 @@ jobs: - name: "Read PR Template" if: steps.findPr.outputs.number == '' id: pr-template - uses: juliangruber/read-file-action@v1.1.6 + uses: juliangruber/read-file-action@v1.1.7 with: path: ./.github/PULL_REQUEST_TEMPLATE.md