From 28ffa805271bf64389f5b90b94e68eea54f62548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:45:37 +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/build-all-images.yaml | 2 +- .github/workflows/build-changed-images.yaml | 2 +- .github/workflows/build-image.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all-images.yaml b/.github/workflows/build-all-images.yaml index eb7eb26..c580ca6 100644 --- a/.github/workflows/build-all-images.yaml +++ b/.github/workflows/build-all-images.yaml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 name: pulling the branch with: fetch-depth: 1 diff --git a/.github/workflows/build-changed-images.yaml b/.github/workflows/build-changed-images.yaml index b44dab7..71f16e7 100644 --- a/.github/workflows/build-changed-images.yaml +++ b/.github/workflows/build-changed-images.yaml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 name: pulling the branch with: fetch-depth: 50 diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 764e48f..aef793e 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set Metadata id: set_meta