From 391e31f8b2769e406ad252de66e84b2cd8075180 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Wed, 17 Jan 2024 22:28:33 +0900 Subject: [PATCH] Update latest checkout action version --- .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 bdff1cd..dd5ae3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "ruby-head", "truffleruby-head", "jruby-9.4", "jruby-head"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rm Gemfile.lock - uses: ruby/setup-ruby@v1 with: