From ca4300baed535e39196da2d10b7406fbba15c9a5 Mon Sep 17 00:00:00 2001 From: dvystrcil-claude Date: Tue, 26 May 2026 10:53:31 -0700 Subject: [PATCH] chore: bump JS actions to Node 24 versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clears the Node 20 deprecation annotation (June 2 default-flip, Sept 16 removal). Same mechanical bump as homelab#219. actions/checkout@v4 -> @v5 actions/setup-python@v5 -> @v6 v5 of checkout (not v6) is the conservative pick — v6 changes credentials-persistence behavior. Tracking issue: homelab#220. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index af5f777..dce3424 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Fetch secrets from Infisical uses: Infisical/secrets-action@v1.0.7