From 79ff673941959d6a33d00f797c1e9453d783f64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:01:38 -0800 Subject: [PATCH] Bump devcontainers/action from 1.4.0 to 1.4.1 (#192) Bumps [devcontainers/action](https://github.com/devcontainers/action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/devcontainers/action/releases) - [Commits](https://github.com/devcontainers/action/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: devcontainers/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 795fa54a1..79f418f01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Publish Features - uses: devcontainers/action@v1.4.0 + uses: devcontainers/action@v1.4.1 with: publish-features: "true" base-path-to-features: "./src"