From 632185ac03b0185905467b3491338ada4cb20dac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 02:51:35 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v5 --- .github/workflows/no-broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-broken-links.yml b/.github/workflows/no-broken-links.yml index bf297ea0..f689b45e 100644 --- a/.github/workflows/no-broken-links.yml +++ b/.github/workflows/no-broken-links.yml @@ -13,7 +13,7 @@ jobs: runs-on: warp-ubuntu-latest-x64-2x steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4