From 28f7194bd2618725d129f15c18a225aed96e30f2 Mon Sep 17 00:00:00 2001 From: Marco Colli Date: Fri, 17 Jan 2025 19:36:28 +0100 Subject: [PATCH] Update actions/checkout to v4 in CI --- .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 73c2cd3..671fee2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: ruby-version: ['3.0', '3.1', '3.2', '3.3'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: