From 6211066af88b7b593a2a65d0e0f4a51b2fd38ab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:14:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 7a6d0f4..dd95680 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -29,7 +29,7 @@ jobs: ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning):