mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-07-03 12:12:50 +08:00
chore(deps): bump docker-compose
Bumps the npm-production-dependencies group with 1 update: - [docker-compose](https://github.com/PDMLab/docker-compose) Updates `docker-compose` from 1.3.1 to 1.3.2 - [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md) - [Commits](https://github.com/PDMLab/docker-compose/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: docker-compose dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
parent
6d742c9a19
commit
aba781d7f1
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -1009,8 +1009,8 @@ const execCompose = (command, args, options = {}) => new Promise((resolve, rejec
|
||||
const executable = options.executable;
|
||||
let executablePath;
|
||||
let executableArgs = [];
|
||||
if (executable?.standalone && !executable.executablePath) {
|
||||
executablePath = 'docker-compose';
|
||||
if (executable?.standalone) {
|
||||
executablePath = executable.executablePath || 'docker-compose';
|
||||
}
|
||||
else {
|
||||
executablePath = executable?.executablePath || 'docker';
|
||||
|
||||
4
dist/post.js
generated
vendored
4
dist/post.js
generated
vendored
@ -166,8 +166,8 @@ const execCompose = (command, args, options = {}) => new Promise((resolve, rejec
|
||||
const executable = options.executable;
|
||||
let executablePath;
|
||||
let executableArgs = [];
|
||||
if (executable?.standalone && !executable.executablePath) {
|
||||
executablePath = 'docker-compose';
|
||||
if (executable?.standalone) {
|
||||
executablePath = executable.executablePath || 'docker-compose';
|
||||
}
|
||||
else {
|
||||
executablePath = executable?.executablePath || 'docker';
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
"@actions/github": "^9.0.0",
|
||||
"@actions/tool-cache": "^4.0.0",
|
||||
"@octokit/action": "^8.0.4",
|
||||
"docker-compose": "^1.3.1"
|
||||
"docker-compose": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ts-dev-tools/core": "^1.11.1",
|
||||
@ -4461,9 +4461,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/docker-compose": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.1.tgz",
|
||||
"integrity": "sha512-rF0wH69G3CCcmkN9J1RVMQBaKe8o77LT/3XmqcLIltWWVxcWAzp2TnO7wS3n/umZHN3/EVrlT3exSBMal+Ou1w==",
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.2.tgz",
|
||||
"integrity": "sha512-FO/Jemn08gf9o9E6qtqOPQpyauwf2rQAzfpoUlMyqNpdaVb0ImR/wXKoutLZKp1tks58F8Z8iR7va7H1ne09cw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"yaml": "^2.2.2"
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
"@actions/github": "^9.0.0",
|
||||
"@actions/tool-cache": "^4.0.0",
|
||||
"@octokit/action": "^8.0.4",
|
||||
"docker-compose": "^1.3.1"
|
||||
"docker-compose": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ts-dev-tools/core": "^1.11.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user