From 8eea1f1690b06050580c88e4a0e3b5f0e1590b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:10:15 +0000 Subject: [PATCH] chore(deps): update devcontainers/action action to v1.4.3 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 842f57c..5f0e9dc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: contents: write # To push tags steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: devcontainers/action@528049dce833673f136ddfc09c2720d450029a6b # v1.4.2 + - uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 with: publish-features: "true" base-path-to-features: "./src"