From 203d3f75249b5b3e144d756966f9a633d0b67c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:11:20 +0000 Subject: [PATCH] chore(deps): update devcontainers/ci action to v0.3.1900000408 (#34068) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ba67b19d1a..f459876dbc 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -23,6 +23,6 @@ jobs: show-progress: false - name: Build and run dev container task - uses: devcontainers/ci@a04f23f34b07f51f61fb93fc35bae584f4b3b3f2 # v0.3.1900000405 + uses: devcontainers/ci@44eb86b1bf0a6d7a5b0e0c463a3e3791081c1a95 # v0.3.1900000408 with: runCmd: pnpm build -- GitLab