From 73ce8693018f19b3b41c8776151cc9df15ad4b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:01:29 +0000 Subject: [PATCH] build(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/image-prs.yaml | 2 +- .github/workflows/image-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-prs.yaml b/.github/workflows/image-prs.yaml index 1395ecc..702e19c 100644 --- a/.github/workflows/image-prs.yaml +++ b/.github/workflows/image-prs.yaml @@ -44,7 +44,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index e1c7f84..477fe09 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -37,7 +37,7 @@ jobs: echo tag=${GITHUB_REF##*/} >> $GITHUB_OUTPUT - name: Checkout Source Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Release Build ${{ matrix.name }} uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83