From 0032e26b9d461448b7f95a2e21186879202a97d5 Mon Sep 17 00:00:00 2001 From: Rob White Date: Fri, 8 Nov 2024 10:45:22 +0000 Subject: [PATCH] Update to latest checkout GH actions package This resolves some deprecations checkout being run on a deprecated node version --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cfe56a..3b8f141 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test -concurrency: +concurrency: group: ${{ github.ref }} cancel-in-progress: true @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: + ruby-version: - '2.7' - '3.0' - '3.1' @@ -30,7 +30,7 @@ jobs: - '3.3' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning):