From 6cf36048469d6f9a720b2a4419ddaef517a49854 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 18 Jun 2026 18:56:12 +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 6a31974..b54dbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: