From 9e545187e9774148f85dddebe823bc0135d12ab4 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Tue, 2 Jan 2024 12:13:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=81=20Bump=20GitHub=20Action=20`action?= =?UTF-8?q?s/checkout@v4`=20and=20Ruby=20Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 32c497c..3e021ea 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v4 @@ -35,11 +35,11 @@ jobs: os: - ubuntu-latest ruby_version: - - 3.2 + - 3.3 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1