From d38a23db57f69f8c27c6c003e039b5ebf32ddf89 Mon Sep 17 00:00:00 2001 From: Celine FB Date: Wed, 4 Dec 2024 10:49:28 -0800 Subject: [PATCH] chroe: update checkout to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53bbee6..c105997 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: RAILS_VERSION: "~> ${{ matrix.rails }}" runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}