From 2dd01c682d630c3ba3fbb3d69277507b5773bd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:57:09 +0000 Subject: [PATCH] chore(deps): 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/CI.yml | 2 +- .github/workflows/on-host-workflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 24bec34c..a82162de 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install dev container dependencies run: npm install -g @devcontainers/cli@0.65.0 - name: Create dev container diff --git a/.github/workflows/on-host-workflow.yml b/.github/workflows/on-host-workflow.yml index d0ac35df..bc8d499a 100644 --- a/.github/workflows/on-host-workflow.yml +++ b/.github/workflows/on-host-workflow.yml @@ -24,7 +24,7 @@ jobs: # created should allow blending global and local installations as the user sees fit. steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Global setup # These steps typically need to be done once per machine, or when the project dependencies change. # @@ -61,7 +61,7 @@ jobs: # `acap-build` can be used for an easier setup: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install system packages run: | sudo apt-get update