From 7c98b8518abb36e640887d35f8c97e17882392d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:35:56 +0000 Subject: [PATCH] Update github-actions to v7 --- .github/workflows/devcontainer-feature.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devcontainer-feature.yml b/.github/workflows/devcontainer-feature.yml index 5edf972..b1c4f07 100644 --- a/.github/workflows/devcontainer-feature.yml +++ b/.github/workflows/devcontainer-feature.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Dev Container CLI run: npm install -g @devcontainers/cli diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3f1639e..f8cdffd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: "Publish Features" uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1