From 4ebd3be3f034ef0264356aaa9384ef61c3b4836e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 02:05:28 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/labelsync.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 96c159b8..dd404e20 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 matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v24 @@ -35,7 +35,7 @@ jobs: node: [20, 22, 24] steps: - name: Checkout Project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js ${{ matrix.node }} diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index ac6fdfec..3602c4fb 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