mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-04-23 00:50:02 +02:00
bump docker/actions-toolkit to 0.1.0-beta.17
This commit is contained in:
parent
fa0f18255f
commit
70579d571e
@ -28,7 +28,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@docker/actions-toolkit": "link:../../docker_org/actions/docker-actions-toolkit",
|
||||
"@docker/actions-toolkit": "^0.1.0-beta.17",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -3,9 +3,8 @@ import path from 'path';
|
||||
import * as uuid from 'uuid';
|
||||
import * as core from '@actions/core';
|
||||
import * as actionsToolkit from '@docker/actions-toolkit';
|
||||
|
||||
import {Install} from '../../../docker_org/actions/docker-actions-toolkit/lib/docker/install';
|
||||
import {Docker} from '../../../docker_org/actions/docker-actions-toolkit/lib/docker/docker';
|
||||
import {Install} from '@docker/actions-toolkit/lib/docker/install';
|
||||
import {Docker} from '@docker/actions-toolkit/lib/docker/docker';
|
||||
|
||||
import * as context from './context';
|
||||
import * as stateHelper from './state-helper';
|
||||
|
20
yarn.lock
20
yarn.lock
@ -352,9 +352,23 @@
|
||||
dependencies:
|
||||
"@cspotcode/source-map-consumer" "0.8.0"
|
||||
|
||||
"@docker/actions-toolkit@link:../../docker_org/actions/docker-actions-toolkit":
|
||||
version "0.0.0"
|
||||
uid ""
|
||||
"@docker/actions-toolkit@^0.1.0-beta.17":
|
||||
version "0.1.0-beta.17"
|
||||
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-beta.17.tgz#71efff853f34aba59e89e13d05cf9eaf599af2a2"
|
||||
integrity sha512-oB3qda7bTDZ3hBJxZS4TO5IK9OvelAwQicLYrfi1Uw3ROTTjpSU4sttUupY499cviLlQ/9vcTdB+8ZR+pBi1ww==
|
||||
dependencies:
|
||||
"@actions/core" "^1.10.0"
|
||||
"@actions/exec" "^1.1.1"
|
||||
"@actions/github" "^5.1.1"
|
||||
"@actions/http-client" "^2.0.1"
|
||||
"@actions/io" "^1.1.2"
|
||||
"@actions/tool-cache" "^2.0.1"
|
||||
async-retry "^1.3.3"
|
||||
csv-parse "^5.3.5"
|
||||
handlebars "^4.7.7"
|
||||
jwt-decode "^3.1.2"
|
||||
semver "^7.3.8"
|
||||
tmp "^0.2.1"
|
||||
|
||||
"@eslint/eslintrc@^1.2.1":
|
||||
version "1.2.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user