diff --git a/.github/workflows/build_and_publish_devcontainer.yml b/.github/workflows/build_and_publish_devcontainer.yml index b06e38e074..0a1260f6e1 100644 --- a/.github/workflows/build_and_publish_devcontainer.yml +++ b/.github/workflows/build_and_publish_devcontainer.yml @@ -34,7 +34,7 @@ jobs: uses: rlespinasse/github-slug-action@2daab132aa3a6e23ea9d409f9946b3bf6468cc77 # v3.9 - name: Build and run dev container task - uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3 + uses: devcontainers/ci@b63b30de439b47a52267f241112c5b453b673db5 # v0.3 with: imageName: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} imageTag: ${{ env.GITHUB_REF_SLUG }},latest