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