10
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2026-05-22 20:31:55 +00:00

Merge pull request #976 from docker/dependabot/npm_and_yarn/actions/core-3.0.1

build(deps): bump @actions/core from 3.0.0 to 3.0.1
This commit is contained in:
CrazyMax 2026-05-22 11:38:00 +02:00 committed by GitHub
commit e2e31ca870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 144 additions and 133 deletions

254
dist/index.cjs generated vendored

File diff suppressed because one or more lines are too long

8
dist/index.cjs.map generated vendored

File diff suppressed because one or more lines are too long

1
dist/licenses.txt generated vendored
View file

@ -7700,6 +7700,7 @@ The following npm packages may be included in this product:
- @actions/artifact@6.2.1
- @actions/cache@6.0.0
- @actions/core@3.0.0
- @actions/core@3.0.1
- @actions/exec@3.0.0
- @actions/github@9.0.0
- @actions/glob@0.6.1

View file

@ -23,7 +23,7 @@
"license": "Apache-2.0",
"packageManager": "yarn@4.9.2",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/core": "^3.0.1",
"@aws-sdk/client-ecr": "^3.1020.0",
"@aws-sdk/client-ecr-public": "^3.1020.0",
"@docker/actions-toolkit": "^0.86.0",

View file

@ -61,6 +61,16 @@ __metadata:
languageName: node
linkType: hard
"@actions/core@npm:^3.0.1":
version: 3.0.1
resolution: "@actions/core@npm:3.0.1"
dependencies:
"@actions/exec": "npm:^3.0.0"
"@actions/http-client": "npm:^4.0.0"
checksum: 10/e1295f6b81299cc5655ea571e7b3eea02889fdc479e71c783ad9ca48432c613f52a1fd01fecc973a64488b053083ea925a0d23ac7af0bcd8462afc4f4371918b
languageName: node
linkType: hard
"@actions/exec@npm:^3.0.0":
version: 3.0.0
resolution: "@actions/exec@npm:3.0.0"
@ -3685,7 +3695,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "docker-login@workspace:."
dependencies:
"@actions/core": "npm:^3.0.0"
"@actions/core": "npm:^3.0.1"
"@aws-sdk/client-ecr": "npm:^3.1020.0"
"@aws-sdk/client-ecr-public": "npm:^3.1020.0"
"@docker/actions-toolkit": "npm:^0.86.0"