From 69f7ed4ee2efa004bebcfd75f1f438c4881efd5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:52:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5.1.0 --- .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 f336cd2..a235f36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: ruby: ['2.7', '3.0', '3.3'] name: Ruby ${{ matrix.ruby }} CI steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}