Upgrade @actions/core to 1.10.0

This commit is contained in:
Francesco Renzi
2023-03-10 17:12:56 +00:00
parent 9b7ebbb458
commit ca0eeffcf7
3 changed files with 48 additions and 33 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "5.1.0",
"version": "5.2.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@@ -31,7 +31,7 @@
}
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/glob": "^0.2.0",
@@ -54,4 +54,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}
}