From 685f531cef7160c7c87e546936c537e826ec7ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:11:12 +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/release-bump-master-version.yml | 2 +- .github/workflows/release-prerelease.yml | 2 +- .github/workflows/release-stable.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-bump-master-version.yml b/.github/workflows/release-bump-master-version.yml index e6a3d5f688..3fb4029b10 100644 --- a/.github/workflows/release-bump-master-version.yml +++ b/.github/workflows/release-bump-master-version.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository (Master Branch) - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Checkout the master branch (the base of the new development branch) ref: master diff --git a/.github/workflows/release-prerelease.yml b/.github/workflows/release-prerelease.yml index fa731f2111..29a1022cc4 100644 --- a/.github/workflows/release-prerelease.yml +++ b/.github/workflows/release-prerelease.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.REPO_WRITE_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 274c7b4dd4..9491c7d87d 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.REPO_WRITE_TOKEN || secrets.GITHUB_TOKEN }} fetch-depth: 0