* v4.4.0

* V4.4.0 use checkout v6 action to support node 24
This commit is contained in:
Sam Kirkland
2026-04-23 02:16:36 -05:00
committed by GitHub
parent a51268f67f
commit 110f9186c0
7 changed files with 28 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.3.6",
"version": "4.4.0",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
@@ -30,7 +30,7 @@
"ts-node-dev": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vercel/ncc": "^0.34.0",