From 56c94e8fd5ebad619eaed1c04206ef7e0d7d0a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 01:06:43 +0000 Subject: [PATCH] Update devcontainers/action action to v1.4.2 (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
devcontainers/action (devcontainers/action) ### [`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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-devcontainer-features.yml | 2 +- .github/workflows/validate-devcontainer-features.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-devcontainer-features.yml b/.github/workflows/publish-devcontainer-features.yml index 3d5d117..80d745a 100644 --- a/.github/workflows/publish-devcontainer-features.yml +++ b/.github/workflows/publish-devcontainer-features.yml @@ -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" diff --git a/.github/workflows/validate-devcontainer-features.yml b/.github/workflows/validate-devcontainer-features.yml index 536fbf4..ad36d19 100644 --- a/.github/workflows/validate-devcontainer-features.yml +++ b/.github/workflows/validate-devcontainer-features.yml @@ -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"