Skip to content

Commit 9af534f

Browse files
committed
fix(deps): update dependency @actions/core to v1.11.0
1 parent 3a9dda2 commit 9af534f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fmt": "tsx --tsconfig ./scripts/tsconfig.json scripts/prettier.ts"
2222
},
2323
"dependencies": {
24-
"@actions/core": "1.10.1",
24+
"@actions/core": "1.11.0",
2525
"@actions/exec": "1.1.1",
2626
"@noelware/utils": "2.5.1"
2727
},

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@actions/exec@npm:1.1.1":
25+
"@actions/core@npm:1.11.0":
26+
version: 1.11.0
27+
resolution: "@actions/core@npm:1.11.0"
28+
dependencies:
29+
"@actions/exec": "npm:^1.1.1"
30+
"@actions/http-client": "npm:^2.0.1"
31+
checksum: 10/64a215df0615e94be8678c7c60aa60abe3dcd0aab7fc9af4092327542bec5ccde57670947aa1020bdd5ad7ab1668902ed3429add4b1082ba5cda098b42e81c47
32+
languageName: node
33+
linkType: hard
34+
35+
"@actions/exec@npm:1.1.1, @actions/exec@npm:^1.1.1":
2636
version: 1.1.1
2737
resolution: "@actions/exec@npm:1.1.1"
2838
dependencies:
@@ -600,7 +610,7 @@ __metadata:
600610
version: 0.0.0-use.local
601611
resolution: "@noelware/docker-manifest-action@workspace:."
602612
dependencies:
603-
"@actions/core": "npm:1.10.1"
613+
"@actions/core": "npm:1.11.0"
604614
"@actions/exec": "npm:1.1.1"
605615
"@augu/eslint-config": "npm:5.2.4"
606616
"@augu/tsconfig": "npm:1.2.0"

0 commit comments

Comments
 (0)