From 262309e77cbfa34d696c1a77ac92310be63c2d47 Mon Sep 17 00:00:00 2001 From: Phil Ross Date: Wed, 12 Oct 2022 20:27:21 +0100 Subject: [PATCH] Update the dependency on actions/checkout. The new version uses Node.js 16 (eliminating warnings about Node.js 12 deprecation). --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a66f748..236e43a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}