From 8a33168184c0685dccfaef4c15909942f706eb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:54:17 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22509b2..0aa1f8e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: pull-requests: write packages: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Publish Features" uses: devcontainers/action@v1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d34230f..419d00c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: "mcr.microsoft.com/devcontainers/base:debian", ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -38,7 +38,7 @@ jobs: matrix: features: ["vcpkg", "gitlab-ci-local"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Install latest devcontainer CLI" run: npm install -g @devcontainers/cli