From 0238f9a6036838385db5d1931ad0f087475d595e Mon Sep 17 00:00:00 2001 From: Pedro Carbajal Date: Mon, 20 May 2024 12:09:56 +0900 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 b534400..efc2936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: name: Test against Ruby ${{ matrix.ruby }} / ActiveModel ${{ matrix.activerecord }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: