From 47e2f0919538a6a49a41a46fd72bb1f866e2d236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:51:21 +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 7dcd70d..c2ef3d5 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: