Skip to content

Commit

Permalink
Update devcontainers/action action to v1.4.2 (#113)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [devcontainers/action](https://togithub.com/devcontainers/action) |
action | patch | `v1.4.0` -> `v1.4.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>devcontainers/action (devcontainers/action)</summary>

###
[`v1.4.2`](https://togithub.com/devcontainers/action/releases/tag/v1.4.2)

[Compare
Source](https://togithub.com/devcontainers/action/compare/v1.4.1...v1.4.2)

Changelog

- [Fixes devcontainer-feature.json with
comment](https://togithub.com/devcontainers/action/pull/214)

###
[`v1.4.1`](https://togithub.com/devcontainers/action/releases/tag/v1.4.1):
Updates devContainerFeature.schema

[Compare
Source](https://togithub.com/devcontainers/action/compare/v1.4.0...v1.4.1)

-
[https://github.com/devcontainers/action/pull/206](https://togithub.com/devcontainers/action/pull/206)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent eaa7b93 commit 56c94e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-devcontainer-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Publish Features"
uses: devcontainers/action@v1.4.0
uses: devcontainers/action@v1.4.2
with:
publish-features: "true"
base-path-to-features: "./devcontainer/features/src"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-devcontainer-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Validate devcontainer-feature.json files"
uses: devcontainers/action@v1.4.0
uses: devcontainers/action@v1.4.2
with:
validate-only: "true"
base-path-to-features: "./devcontainer/features/src"

0 comments on commit 56c94e8

Please sign in to comment.