From ee3cf72e613d553ae7d8fcd9c2c295c4f6bfa22c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 18 Jun 2026 20:05:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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 d932337..993319e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: