Skip to content

Commit 8b9f2ea

Browse files
authored
Fix dependabot 14082 (#12)
1 parent 2c75216 commit 8b9f2ea

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
lines changed

package-lock.json

Lines changed: 27 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-deploy",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"private": true,
55
"description": "Action to manage GitHub deployments",
66
"main": "lib/main.js",
@@ -24,7 +24,7 @@
2424
"author": "radiantspace",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@actions/core": "1.9.1",
27+
"@actions/core": "1.11.1",
2828
"@actions/github": "^6.0.0",
2929
"@slack/web-api": "^7.9.3"
3030
},

0 commit comments

Comments
 (0)