From faf51e570c5935b09dfa4c081c6db2d9a3bb16f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:08:21 +0000 Subject: [PATCH] Bump devcontainers/ci in the minor group Bumps the minor group with 1 update: [devcontainers/ci](https://github.com/devcontainers/ci). Updates `devcontainers/ci` from 0.3.1900000348 to 0.3.1900000349 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/v0.3.1900000348...v0.3.1900000349) --- updated-dependencies: - dependency-name: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... 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 6588d4d1..95dc5d15 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -23,6 +23,6 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build dev container - uses: devcontainers/ci@v0.3.1900000348 + uses: devcontainers/ci@v0.3.1900000349 with: subFolder: ${{ matrix.directory }}