From 05cbf6a776587ae70521194ac8a279c4cd987ee4 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 10 May 2022 15:24:28 +0200 Subject: [PATCH] CI: Use actions/checkout@v3 This is an uncontroversial update. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0283e192..c5b03a43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}