From ac5fb0fcfcdf6157eb9c615f510d5f1eca2d6d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:06:08 +0000 Subject: [PATCH] chore(deps): update all-dependencies to v7 --- .github/workflows/linter.yml | 2 +- .github/workflows/release-container.yml | 2 +- .github/workflows/release-internal.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3fdf69b..a266814 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 - name: Lint Codebase diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 078e2e8..18143a4 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Run release script if: ${{ github.event_name != 'pull_request' }} run: | diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index 48b916b..af8afb9 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -18,7 +18,7 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-tags: true - name: Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aed952..fb3fe32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: name: Release steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-tags: true - name: Release