From 93467ddb109fc354aef5e7f02c0774d8668c941a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:47:45 +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.4.0 to 1.4.1. - [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.4.0...v1.4.1) --- updated-dependencies: - dependency-name: docker-compose-linter/dclint-github-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a62f657..edd441d 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.4.0 + - uses: docker-compose-linter/dclint-github-action@v1.4.1 with: path: . recursive: true