From fcae5ede8bcfbd2286f8804b7a4bf19822d06744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:12:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/test-and-release.yaml | 2 +- .github/workflows/update-repo-info.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index cff08dc..c793a6e 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22.x" diff --git a/.github/workflows/update-repo-info.yaml b/.github/workflows/update-repo-info.yaml index 17e3665..1d15985 100644 --- a/.github/workflows/update-repo-info.yaml +++ b/.github/workflows/update-repo-info.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Sync repository description run: