Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
39ed25a3fe
chore(deps): bump docker-compose from 1.1.0 to 1.1.1
Bumps [docker-compose](https://github.com/PDMLab/docker-compose) from 1.1.0 to 1.1.1.
- [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PDMLab/docker-compose/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: docker-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 04:44:44 +00:00
8 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ permissions:
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1
with:
linter-env: |
FILTER_REGEX_EXCLUDE=dist/**/*

View File

@ -13,4 +13,4 @@ permissions:
jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.17.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.1

View File

@ -37,7 +37,7 @@ jobs:
app-id: ${{ vars.CI_BOT_APP_ID }}
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.17.0
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.16.1
with:
github-token: ${{ steps.generate-token.outputs.token }}
branch: docs/actions-workflows-documentation-update

View File

@ -21,7 +21,7 @@ permissions:
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}

View File

@ -13,4 +13,4 @@ permissions:
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.17.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.16.1

View File

@ -10,4 +10,4 @@ permissions:
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1

4
dist/index.js generated vendored
View File

@ -10481,7 +10481,7 @@ var version = function (options) {
});
};
exports.version = version;
var stats = function (service, options) {
var stats = function (service) {
return __awaiter(this, void 0, void 0, function () {
var args, result, output, error_8;
return __generator(this, function (_a) {
@ -10491,7 +10491,7 @@ var stats = function (service, options) {
_a.label = 1;
case 1:
_a.trys.push([1, 3, , 4]);
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
// Remove first and last quote from output, as well as newline.
];
case 2:

4
dist/post.js generated vendored
View File

@ -3772,7 +3772,7 @@ var version = function (options) {
});
};
exports.version = version;
var stats = function (service, options) {
var stats = function (service) {
return __awaiter(this, void 0, void 0, function () {
var args, result, output, error_8;
return __generator(this, function (_a) {
@ -3782,7 +3782,7 @@ var stats = function (service, options) {
_a.label = 1;
case 1:
_a.trys.push([1, 3, , 4]);
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
// Remove first and last quote from output, as well as newline.
];
case 2: