From 8674c4e147ee8c01148a140c6bab7b658a4805d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 01:11:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 255652a..292b0e1 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/update-repo-info.yaml b/.github/workflows/update-repo-info.yaml index da74ffd..17e3665 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@v4 + uses: actions/checkout@v5 - name: Sync repository description run: