From a2f59197a28f2a6dffac773bca302f03834fd8a2 Mon Sep 17 00:00:00 2001 From: Masato Nakamura Date: Thu, 8 Feb 2024 17:12:20 +0900 Subject: [PATCH] Bump actions/checkout (#209) --- .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 dd630b5..dae4c80 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -21,7 +21,7 @@ jobs: ruby-version: ['3.0', '3.1', '3.2', '3.3', 'truffleruby', 'jruby'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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):