From 7719e7675156a17c285a79883a76b025776ed364 Mon Sep 17 00:00:00 2001 From: Joshua Post Date: Sat, 25 Jul 2026 09:53:10 -0500 Subject: [PATCH] Update actions with EOL Node20 releases https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Actions logging warning: Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4.2.3, actions/checkout@v4.2.2. --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8f3e7bf..ada7bf2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,7 +3,7 @@ jobs: trailing-whitespace: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v7.0.1 with: fetch-depth: 0 - name: Check for trailing whitespace