From 6015cb14a665e8b6b596bf3f3b27367ff23186d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:35:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release.yaml | 2 +- .github/workflows/wc-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf84b6a..618e61a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: packages: write # To publish Development Containers Features contents: write # To push tags steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index 19bcf08..77072c5 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0