From e3b2725ba218938ac610dca0072b5fd0d57e7d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:00:39 +0000 Subject: [PATCH] Bump devcontainers/ci from 0.2 to 0.3 Bumps [devcontainers/ci](https://github.com/devcontainers/ci) from 0.2 to 0.3. - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/v0.2...v0.3) --- updated-dependencies: - dependency-name: devcontainers/ci dependency-version: '0.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/devcontainer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml index 94e7ccd..5c81913 100644 --- a/.github/workflows/devcontainer.yaml +++ b/.github/workflows/devcontainer.yaml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build the devcontainer - uses: devcontainers/ci@v0.2 + uses: devcontainers/ci@v0.3 with: # Point to the root where .devcontainer folder is located imageName: ghcr.io/${{ github.repository }}/devcontainer