From dc291741d826fa409d6125a24d14de8aa5a61a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:21:27 +0000 Subject: [PATCH] Bump devcontainers/ci from 0.3.1900000449 to 0.3.1900000450 Bumps [devcontainers/ci](https://github.com/devcontainers/ci) from 0.3.1900000449 to 0.3.1900000450. - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/b63b30de439b47a52267f241112c5b453b673db5...513af61f4de4f75d37e4438f184ba4358f0fc1ca) --- updated-dependencies: - dependency-name: devcontainers/ci dependency-version: 0.3.1900000450 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 7b1ae23d..0be01562 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -64,7 +64,7 @@ jobs: uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Build DevContainer image - uses: devcontainers/ci@b63b30de439b47a52267f241112c5b453b673db5 # v0.3.1900000449 + uses: devcontainers/ci@513af61f4de4f75d37e4438f184ba4358f0fc1ca # v0.3.1900000450 with: runCmd: | echo "Installing test dependencies..."