From 68211b12375db2b2cdb93232187c2c1fe160b96c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 11 Aug 2025 17:55:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dca2e6d..141d056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: