Update dependency @actions/core to ^1.10.1

This commit is contained in:
renovate[bot]
2023-11-02 19:36:01 +00:00
committed by GitHub
parent 52e9efe874
commit 5aa849e48d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3"
},