From 2a4ea447f337cc7f621a737e6bfce2e20e2179cc Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 8 Sep 2023 13:15:24 +0200 Subject: [PATCH] github workflow now uses node16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba01d0b..1cd215d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: BUNDLE_WITHOUT: system_tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: