From 69cdd33ce621ce504ea6b2aaf805903d246dd73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:47:42 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/replace-links.yaml | 2 +- .github/workflows/trigger-replace-links.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/replace-links.yaml b/.github/workflows/replace-links.yaml index 1e208563..e255d0a4 100644 --- a/.github/workflows/replace-links.yaml +++ b/.github/workflows/replace-links.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Find and Replace Repository Name uses: jacobtomlinson/gha-find-replace@v3 with: diff --git a/.github/workflows/trigger-replace-links.yaml b/.github/workflows/trigger-replace-links.yaml index 7a7aee06..f827ba02 100644 --- a/.github/workflows/trigger-replace-links.yaml +++ b/.github/workflows/trigger-replace-links.yaml @@ -10,7 +10,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Find and Replace Repository Name uses: jacobtomlinson/gha-find-replace@v3 with: