Skip to content

Commit c08fe35

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
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.11.0",
24+
"@actions/core": "1.11.1",
2525
"@actions/exec": "1.1.1",
2626
"@noelware/utils": "2.5.1"
2727
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@actions/core@npm:1.11.0":
26-
version: 1.11.0
27-
resolution: "@actions/core@npm:1.11.0"
25+
"@actions/core@npm:1.11.1":
26+
version: 1.11.1
27+
resolution: "@actions/core@npm:1.11.1"
2828
dependencies:
2929
"@actions/exec": "npm:^1.1.1"
3030
"@actions/http-client": "npm:^2.0.1"
31-
checksum: 10/64a215df0615e94be8678c7c60aa60abe3dcd0aab7fc9af4092327542bec5ccde57670947aa1020bdd5ad7ab1668902ed3429add4b1082ba5cda098b42e81c47
31+
checksum: 10/94f260e33607cc16567ce4c88014f069cd7da92baaa443b72cff80fdf4f1dcd18192e135df0d51ec29e8b82cfe214218715d482f2a7804efa5095737d1245f38
3232
languageName: node
3333
linkType: hard
3434

@@ -610,7 +610,7 @@ __metadata:
610610
version: 0.0.0-use.local
611611
resolution: "@noelware/docker-manifest-action@workspace:."
612612
dependencies:
613-
"@actions/core": "npm:1.11.0"
613+
"@actions/core": "npm:1.11.1"
614614
"@actions/exec": "npm:1.1.1"
615615
"@augu/eslint-config": "npm:5.2.4"
616616
"@augu/tsconfig": "npm:1.2.0"

0 commit comments

Comments
 (0)