From 681efb59f1b7a4f41e72cf98a4e30f8860ab66f9 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Thu, 2 Apr 2026 22:40:21 +0200 Subject: [PATCH 1/2] fix: update Node.js runtime from 20 to 24 GitHub Actions is deprecating Node.js 20 runners starting June 2, 2026. Update action runtime and CI workflows to Node.js 24. Closes #207 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cace0c9..debc233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0999d40..e7e0931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 20.x ] + node-version: [ 24.x ] steps: - name: Checkout diff --git a/action.yml b/action.yml index 1c30b61..7b65ad7 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ outputs: status: description: "Status" runs: - using: "node20" + using: "node24" main: "dist/index.js" branding: color: "green" From 922253577e23ce0edbfdbf819f0e1ceaecabc61a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Apr 2026 20:41:50 +0000 Subject: [PATCH 2/2] chore(release): 5.1.2 [skip ci] ## [5.1.2](https://github.com/easingthemes/ssh-deploy/compare/v5.1.1...v5.1.2) (2026-04-02) ### Bug Fixes * update Node.js runtime from 20 to 24 ([681efb5](https://github.com/easingthemes/ssh-deploy/commit/681efb59f1b7a4f41e72cf98a4e30f8860ab66f9)), closes [#207](https://github.com/easingthemes/ssh-deploy/issues/207) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 873cbcf..967975f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.2](https://github.com/easingthemes/ssh-deploy/compare/v5.1.1...v5.1.2) (2026-04-02) + + +### Bug Fixes + +* update Node.js runtime from 20 to 24 ([681efb5](https://github.com/easingthemes/ssh-deploy/commit/681efb59f1b7a4f41e72cf98a4e30f8860ab66f9)), closes [#207](https://github.com/easingthemes/ssh-deploy/issues/207) + ## [5.1.1](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) (2024-07-24) diff --git a/package.json b/package.json index 22b5373..46955b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@draganfilipovic/ssh-deploy", - "version": "5.1.1", + "version": "5.1.2", "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", "main": "dist/index.js", "files": [