From 2cbeeb7f7abb8f8f1e112d59fc2cd5c4cb09f9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 02:42:39 +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-baremetal-ubuntu22.04.yml | 2 +- .github/workflows/build-baremetal.yml | 2 +- .github/workflows/build-base-image-cpu.yml | 2 +- .github/workflows/build-base-image-gpu-ubuntu22.04.yml | 2 +- .github/workflows/build-base-image-gpu.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-baremetal-ubuntu22.04.yml b/.github/workflows/build-baremetal-ubuntu22.04.yml index 91100d7..3526960 100644 --- a/.github/workflows/build-baremetal-ubuntu22.04.yml +++ b/.github/workflows/build-baremetal-ubuntu22.04.yml @@ -82,7 +82,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/build-baremetal.yml b/.github/workflows/build-baremetal.yml index 8533714..dbdac5b 100644 --- a/.github/workflows/build-baremetal.yml +++ b/.github/workflows/build-baremetal.yml @@ -82,7 +82,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/build-base-image-cpu.yml b/.github/workflows/build-base-image-cpu.yml index b7e362e..2355c0f 100644 --- a/.github/workflows/build-base-image-cpu.yml +++ b/.github/workflows/build-base-image-cpu.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/build-base-image-gpu-ubuntu22.04.yml b/.github/workflows/build-base-image-gpu-ubuntu22.04.yml index 1c59521..b09b29a 100644 --- a/.github/workflows/build-base-image-gpu-ubuntu22.04.yml +++ b/.github/workflows/build-base-image-gpu-ubuntu22.04.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v3 diff --git a/.github/workflows/build-base-image-gpu.yml b/.github/workflows/build-base-image-gpu.yml index eabf27a..c480bb4 100644 --- a/.github/workflows/build-base-image-gpu.yml +++ b/.github/workflows/build-base-image-gpu.yml @@ -28,7 +28,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v3