Skip to content

Commit

Permalink
build(deps): bump devcontainers/action from 1.4.2 to 1.4.3
Browse files Browse the repository at this point in the history
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](devcontainers/action@528049d...1082abd)

---
updated-dependencies:
- dependency-name: devcontainers/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a866e42 commit 5c2c350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5c2c350

Please sign in to comment.