From 8f402ef1f75f533cd550b39970c9ddee6a067de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:30:28 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 5.0.0 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/v4.2.2...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] --- .github/workflows/temp-branch-build-and-push-hawk-arm64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/temp-branch-build-and-push-hawk-arm64.yaml b/.github/workflows/temp-branch-build-and-push-hawk-arm64.yaml index 461e9d591f..7f8dcecae5 100644 --- a/.github/workflows/temp-branch-build-and-push-hawk-arm64.yaml +++ b/.github/workflows/temp-branch-build-and-push-hawk-arm64.yaml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Install Docker run: | curl -fsSL https://get.docker.com | sh