From 23c880a0673e2d3efa623fb9ead5138b4e75dd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 03:02:50 +0000 Subject: [PATCH] [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](https://github.com/juliangruber/read-file-action/compare/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] --- .github/workflows/create-prs-for-stale-branches.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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