Public Access
1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-05-31 14:22:46 +03:00

Merge pull request #551 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-28 10:26:05 +02:00
committed by GitHub
4 changed files with 131 additions and 132 deletions
Generated Vendored
+125 -126
View File
File diff suppressed because one or more lines are too long
Generated Vendored
+4 -4
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -23,7 +23,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"packageManager": "yarn@4.9.2", "packageManager": "yarn@4.9.2",
"dependencies": { "dependencies": {
"@actions/core": "^3.0.0", "@actions/core": "^3.0.1",
"@docker/actions-toolkit": "^0.90.0", "@docker/actions-toolkit": "^0.90.0",
"js-yaml": "^4.1.1" "js-yaml": "^4.1.1"
}, },
+1 -1
View File
@@ -2784,7 +2784,7 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "docker-setup-buildx@workspace:." resolution: "docker-setup-buildx@workspace:."
dependencies: dependencies:
"@actions/core": "npm:^3.0.0" "@actions/core": "npm:^3.0.1"
"@docker/actions-toolkit": "npm:^0.90.0" "@docker/actions-toolkit": "npm:^0.90.0"
"@eslint/js": "npm:^9.39.3" "@eslint/js": "npm:^9.39.3"
"@types/js-yaml": "npm:^4.0.9" "@types/js-yaml": "npm:^4.0.9"