From dd4cdc2e6bdbca27017d8bec54cbb853f92da8da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:34:57 +0000 Subject: [PATCH] chore: update actions/checkout action to v6 --- .github/workflows/CI.yml | 2 +- .github/workflows/CODE_SCANNING.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b487de62f..c785da299 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/CODE_SCANNING.yml b/.github/workflows/CODE_SCANNING.yml index 40dbe339e..246254068 100644 --- a/.github/workflows/CODE_SCANNING.yml +++ b/.github/workflows/CODE_SCANNING.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL