From c27edd82a275535f6d9678a3a2557b9bf08c7e92 Mon Sep 17 00:00:00 2001 From: m-nakamura145 Date: Thu, 8 Feb 2024 09:15:45 +0900 Subject: [PATCH] Bump actions/checkout --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 051dd76..2ab900f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - truffleruby-head continue-on-error: ${{ endsWith(matrix.ruby, 'head') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true