Skip to content

Commit aea5681

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor/remove-rsyncwrapper
2 parents a4b077c + 9222535 commit aea5681

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
node-version: [20.x]
17+
node-version: [24.x]
1818

1919
steps:
2020
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ ubuntu-latest ]
15-
node-version: [ 20.x ]
15+
node-version: [ 24.x ]
1616

1717
steps:
1818
- name: Checkout

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ outputs:
5555
status:
5656
description: "Status"
5757
runs:
58-
using: "node20"
58+
using: "node24"
5959
main: "dist/index.js"
6060
branding:
6161
color: "green"

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.1.2](https://github.com/easingthemes/ssh-deploy/compare/v5.1.1...v5.1.2) (2026-04-02)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
18
## [5.1.1](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) (2024-07-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draganfilipovic/ssh-deploy",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)