From 46b2a9827a0b6bc7915907a74601380fe58c3209 Mon Sep 17 00:00:00 2001 From: Dean Perry Date: Mon, 27 May 2024 18:50:03 +0100 Subject: [PATCH] checkout v4 --- .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 f1f6cc3..ffd9c52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - '3.2' - '3.3' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }}