Update @actions/core to 1.10.0

This commit is contained in:
Francesco Renzi
2022-10-06 11:24:24 +01:00
parent 75c1124b14
commit 3cb40c9234
6 changed files with 82 additions and 52 deletions

View File

@@ -4,7 +4,7 @@
"description": "Deploy an actions artifact to GitHub Pages",
"main": "./dist/index.js",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"axios": "^0.24.0",
"axios-retry": "^3.2.4"
},