Update @actions/core to 1.10.0

This commit is contained in:
Francesco Renzi
2022-10-06 11:32:55 +01:00
parent 7dff1a8764
commit 7ed718295b
4 changed files with 47 additions and 32 deletions

View File

@@ -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",
@@ -55,4 +55,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}
}