From 68eb549795b6184a149e7bd22700f19d82899db8 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Tue, 9 Jan 2024 11:35:10 +0000 Subject: [PATCH] Update to actions/checkout@v4 to silence node warning --- .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 44fd5fb9..67316a75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: env: BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Ruby uses: ruby/setup-ruby@v1