diff --git a/.github/workflows/create-prs-for-stale-branches.yml b/.github/workflows/create-prs-for-stale-branches.yml index 00edc1bd..b0e10139 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 96bee9af..65a47ae8 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