From 32c56450461f137195ee94004795fdb83d23ebd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:51:51 +0000 Subject: [PATCH] build(deps): bump actions/checkout in /gh-actions/github/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gh-actions/github/checkout/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index 1b6f5c674..cb3b14272 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -127,7 +127,7 @@ runs: | $config | .["ssh-key"] = $sshKey | del(.branch, .["requested-ref"]) - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 name: Checkout repository with: ${{ fromJSON(steps.config-ssh.outputs.value || steps.config-token.outputs.value) }} - run: |