From 5c2c3502f5063041c693131cdeda00ad8c4e1160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:38:29 +0000 Subject: [PATCH] build(deps): bump devcontainers/action from 1.4.2 to 1.4.3 Bumps [devcontainers/action](https://github.com/devcontainers/action) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/devcontainers/action/releases) - [Commits](https://github.com/devcontainers/action/compare/528049dce833673f136ddfc09c2720d450029a6b...1082abd5d2bf3a11abccba70eef98df068277772) --- updated-dependencies: - dependency-name: devcontainers/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-docs.yml | 2 +- .github/workflows/validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 96217f0c..4d98c019 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Generate documentation - uses: devcontainers/action@528049dce833673f136ddfc09c2720d450029a6b # v1.4.2 + uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 with: generate-docs: true base-path-to-features: ./features/src diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 818568b6..665664c6 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Validate devcontainer-feature.json files - uses: devcontainers/action@528049dce833673f136ddfc09c2720d450029a6b # v1.4.2 + uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 with: validate-only: "true" base-path-to-features: "./features/src"