From 04c3c4a0890b9ee2b9c298954942431f5339f7c4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Aug 2026 01:41:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7.0.1 --- .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 406c879..e72d104 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Install Ruby ${{ matrix.ruby }}