From 496b69587beada300a423ff48de01df62b21cca6 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Fri, 22 May 2026 13:02:23 -0500 Subject: [PATCH] Upgrade GitHub Actions to Node 24 --- .github/workflows/smoke.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yaml b/.github/workflows/smoke.yaml index 3b90e11..82eb234 100644 --- a/.github/workflows/smoke.yaml +++ b/.github/workflows/smoke.yaml @@ -19,10 +19,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod