From 53ada840187fc09e4fea18d74982bb74893889af Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 5 May 2026 22:35:42 -0700 Subject: [PATCH] workflow: bump action versions to Node-24-compatible majors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit actions/checkout v4 -> v5 softprops/action-gh-release v1 -> v2 Clears the GitHub Actions deprecation warnings — Node 20 actions get forced onto Node 24 starting June 2 2026. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build-deb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 1031f29e0..0a492b708 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -36,7 +36,7 @@ jobs: git curl ca-certificates gnupg awscli xz-utils - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -156,7 +156,7 @@ jobs: - name: Upload to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: artifacts/*.deb env: