From 10663b82dc969e47ea2698b0d9086fc6c6e98076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:46:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/labelsync.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 36e180b..227cf6d 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v3.12.0 - name: Login to GitHub Container Registry diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d1a965a..fda2508 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v20 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index ac6fdfe..3602c4f 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: sparse-checkout: .github/labels.yml sparse-checkout-cone-mode: false