From 5c7caed8266cecc87db24399fea4b4089d2afa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:15:05 +0000 Subject: [PATCH] Chore(deps): Bump actions/checkout from 5.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [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/08c6903cd8c0fde910a37f88322edcfb5dd907a8...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-packer-merge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-packer-merge.yaml b/.github/workflows/gerrit-packer-merge.yaml index 02363cc7aa..7c6cf29fd2 100644 --- a/.github/workflows/gerrit-packer-merge.yaml +++ b/.github/workflows/gerrit-packer-merge.yaml @@ -164,7 +164,7 @@ jobs: - name: Checkout repository (scheduled) if: github.event_name == 'schedule' # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.repository.default_branch }} submodules: true @@ -412,7 +412,7 @@ jobs: - name: Checkout repository (scheduled) if: github.event_name == 'schedule' # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.repository.default_branch }} submodules: true