Update GitHub Actions Toolkit to v3

This commit is contained in:
renovate[bot]
2026-06-19 15:31:50 +00:00
committed by GitHub
parent 5ac68174df
commit 307cd43fff
2 changed files with 28 additions and 22 deletions
+3 -3
View File
@@ -12,9 +12,9 @@
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/io": "^3.0.2"
},
"devDependencies": {
"@types/node": "^20.19.43",