Skip to content

Commit

Permalink
Merge pull request #122 from crazy-max/dependabot/npm_and_yarn/docker…
Browse files Browse the repository at this point in the history
…/actions-toolkit-0.41.1

build(deps): bump @docker/actions-toolkit from 0.40.0 to 0.41.1
  • Loading branch information
crazy-max authored Oct 29, 2024
2 parents 26145a5 + ba5a8c5 commit 810b53a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 21 deletions.
24 changes: 12 additions & 12 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"packageManager": "[email protected]",
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.40.0"
"@docker/actions-toolkit": "^0.41.1"
},
"devDependencies": {
"@types/node": "^20.6.0",
Expand Down
7 changes: 5 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ actionsToolkit.run(

const install = new Install({
runDir: runDir,
version: input.version,
channel: input.channel || 'stable',
source: {
type: 'archive',
version: input.version,
channel: input.channel || 'stable'
},
contextName: input.context || 'setup-docker-action',
daemonConfig: input.daemonConfig
});
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,9 +1103,9 @@ __metadata:
languageName: node
linkType: hard

"@docker/actions-toolkit@npm:^0.40.0":
version: 0.40.0
resolution: "@docker/actions-toolkit@npm:0.40.0"
"@docker/actions-toolkit@npm:^0.41.1":
version: 0.41.1
resolution: "@docker/actions-toolkit@npm:0.41.1"
dependencies:
"@actions/artifact": ^2.1.11
"@actions/cache": ^3.2.4
Expand All @@ -1128,7 +1128,7 @@ __metadata:
semver: ^7.6.3
tar-stream: ^3.1.7
tmp: ^0.2.3
checksum: 38ac578e3659ddfefbcb39dbd51a9226e6eaedf797c99ad07e29fa710e7131abadf5fd30338c0197938574791760ed16e049179fb883fe288b73bb3761faf179
checksum: f61c13d26c4fbcd8eb5264e474784ff010c5dfce2d21c2bc220539624f6b65799468dc2abf28b317877ebe7727deec11f505b43db79a3e4fe98b4a50bb41eece
languageName: node
linkType: hard

Expand Down Expand Up @@ -3360,7 +3360,7 @@ __metadata:
resolution: "docker-setup-docker@workspace:."
dependencies:
"@actions/core": ^1.11.1
"@docker/actions-toolkit": ^0.40.0
"@docker/actions-toolkit": ^0.41.1
"@types/node": ^20.6.0
"@typescript-eslint/eslint-plugin": ^6.6.0
"@typescript-eslint/parser": ^6.6.0
Expand Down

0 comments on commit 810b53a

Please sign in to comment.