From 3b13810a71482010c0ab49c1d9df8fd3496daf5c Mon Sep 17 00:00:00 2001 From: Jonathan del Strother Date: Sat, 15 Jun 2024 14:26:42 +0100 Subject: [PATCH] Use actions/checkout@v4 v2 uses node 12, which has been deprecated for a while --- .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 b7dc37dc..219af1fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ./.github/actions/test with: ruby-version: ${{ matrix.ruby }}