Skip to content

Commit

Permalink
Merge pull request #365 from Automattic/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…containers/action-1.4.3

build(deps): bump devcontainers/action from 1.4.2 to 1.4.3
  • Loading branch information
sjinks authored Oct 7, 2024
2 parents a866e42 + 5c2c350 commit 9e1dbc7
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 9e1dbc7

Please sign in to comment.