From b17bf36c4e1f498afc821582f041a466cad5a6e0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 24 Oct 2024 00:35:35 +0200 Subject: [PATCH] CI: Add Ruby 3.3 to build matrix, use checkout@v4 (#15) --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 01af9be..18d15cb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,6 +27,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" experimental: [false] @@ -46,7 +47,7 @@ jobs: ruby: "2.5" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}}