diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 54f1d0a0..b5f76f10 100644 --- a/.github/workflows/create-prs-for-stale-branches.yml +++ b/.github/workflows/create-prs-for-stale-branches.yml @@ -192,7 +192,7 @@ jobs: && steps.aheadbehind.outputs.ahead != 0 && steps.aheadbehind.outputs.dayssinceupdate > 7 id: pr-template - uses: juliangruber/read-file-action@v1.1.7 + uses: juliangruber/read-file-action@v1.1.8 with: path: ./.github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 64f51e14..639b035a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -95,7 +95,7 @@ jobs: - name: "Read PR Template" if: steps.findPr.outputs.number == '' id: pr-template - uses: juliangruber/read-file-action@v1.1.7 + uses: juliangruber/read-file-action@v1.1.8 with: path: ./.github/PULL_REQUEST_TEMPLATE.md