From 5e470bdc7ccd2b41dbff17cbbc8b56391154749c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Topalovi=C4=87?= Date: Fri, 3 Feb 2023 07:15:01 +0100 Subject: [PATCH] Bump GH actions/checkout to v3 --- .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 53d7955..3805ea9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: matrix: ruby: ['2.6', '2.7', '3.0', '3.1', '3.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}