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"