From 122241baa733c6fdfb5225efca87a6806a21c4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:48:19 +0000 Subject: [PATCH] ci(deps): bump docker-compose-linter/dclint-github-action Bumps [docker-compose-linter/dclint-github-action](https://github.com/docker-compose-linter/dclint-github-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/docker-compose-linter/dclint-github-action/releases) - [Changelog](https://github.com/docker-compose-linter/dclint-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/docker-compose-linter/dclint-github-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: docker-compose-linter/dclint-github-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dclint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dclint.yml b/.github/workflows/dclint.yml index 08a07c5..a62f657 100644 --- a/.github/workflows/dclint.yml +++ b/.github/workflows/dclint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: docker-compose-linter/dclint-github-action@v1.3.0 + - uses: docker-compose-linter/dclint-github-action@v1.4.0 with: path: . recursive: true