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:
dependabot[bot] 2026-03-13 04:07:21 +00:00 committed by Emilien Escalle
parent 6d742c9a19
commit aba781d7f1
4 changed files with 9 additions and 9 deletions

4
dist/index.js generated vendored
View File

@ -1009,8 +1009,8 @@ const execCompose = (command, args, options = {}) => new Promise((resolve, rejec
const executable = options.executable; const executable = options.executable;
let executablePath; let executablePath;
let executableArgs = []; let executableArgs = [];
if (executable?.standalone && !executable.executablePath) { if (executable?.standalone) {
executablePath = 'docker-compose'; executablePath = executable.executablePath || 'docker-compose';
} }
else { else {
executablePath = executable?.executablePath || 'docker'; executablePath = executable?.executablePath || 'docker';

4
dist/post.js generated vendored
View File

@ -166,8 +166,8 @@ const execCompose = (command, args, options = {}) => new Promise((resolve, rejec
const executable = options.executable; const executable = options.executable;
let executablePath; let executablePath;
let executableArgs = []; let executableArgs = [];
if (executable?.standalone && !executable.executablePath) { if (executable?.standalone) {
executablePath = 'docker-compose'; executablePath = executable.executablePath || 'docker-compose';
} }
else { else {
executablePath = executable?.executablePath || 'docker'; executablePath = executable?.executablePath || 'docker';

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@actions/github": "^9.0.0", "@actions/github": "^9.0.0",
"@actions/tool-cache": "^4.0.0", "@actions/tool-cache": "^4.0.0",
"@octokit/action": "^8.0.4", "@octokit/action": "^8.0.4",
"docker-compose": "^1.3.1" "docker-compose": "^1.3.2"
}, },
"devDependencies": { "devDependencies": {
"@ts-dev-tools/core": "^1.11.1", "@ts-dev-tools/core": "^1.11.1",
@ -4461,9 +4461,9 @@
} }
}, },
"node_modules/docker-compose": { "node_modules/docker-compose": {
"version": "1.3.1", "version": "1.3.2",
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.1.tgz", "resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.3.2.tgz",
"integrity": "sha512-rF0wH69G3CCcmkN9J1RVMQBaKe8o77LT/3XmqcLIltWWVxcWAzp2TnO7wS3n/umZHN3/EVrlT3exSBMal+Ou1w==", "integrity": "sha512-FO/Jemn08gf9o9E6qtqOPQpyauwf2rQAzfpoUlMyqNpdaVb0ImR/wXKoutLZKp1tks58F8Z8iR7va7H1ne09cw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"yaml": "^2.2.2" "yaml": "^2.2.2"

View File

@ -29,7 +29,7 @@
"@actions/github": "^9.0.0", "@actions/github": "^9.0.0",
"@actions/tool-cache": "^4.0.0", "@actions/tool-cache": "^4.0.0",
"@octokit/action": "^8.0.4", "@octokit/action": "^8.0.4",
"docker-compose": "^1.3.1" "docker-compose": "^1.3.2"
}, },
"devDependencies": { "devDependencies": {
"@ts-dev-tools/core": "^1.11.1", "@ts-dev-tools/core": "^1.11.1",