From 9ccfbf9688bbd53cc3261261d75f08746add15e9 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Fri, 20 Mar 2026 13:21:16 -0700 Subject: [PATCH] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/rspec_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rspec_and_release.yml b/.github/workflows/rspec_and_release.yml index 00edaaa..eefc114 100644 --- a/.github/workflows/rspec_and_release.yml +++ b/.github/workflows/rspec_and_release.yml @@ -15,7 +15,7 @@ jobs: ruby: ['3.0', '3.1', '3.2'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -30,7 +30,7 @@ jobs: env: BUNDLE_DEPLOYMENT: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: