From 45787c89a8a673954a065ee9670591dab94c45df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:59:11 +0000 Subject: [PATCH] chore(deps): update devcontainers/ci action to v0.3.1900000348 (#27904) 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 8c20e51114..2af44ec211 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -21,6 +21,6 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Build and run dev container task - uses: devcontainers/ci@69124f1531ff41e7216e9eae6654a740189e4bda # v0.3.1900000347 + uses: devcontainers/ci@7957e0cf6d027a8ab027745f399fcdbd3aa74f0f # v0.3.1900000348 with: runCmd: pnpm build -- GitLab