From 14f47d634452dfeb30ebef180bf69097a749a749 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 24 Jul 2025 11:50:03 +0200 Subject: [PATCH] CI: use actions/checkout@v4 This avoids any deprecation warnings about old Actions. --- .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 f7ed4967..94bd0b1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: ruby: ["3.4", "3.3", "3.2", "3.1"] redis: ["5.x"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}