From a4aa87e7f4a4837843b1593624df252b56350fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:26:03 +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.1 to 1.6.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.4.1...v1.6.0) --- updated-dependencies: - dependency-name: docker-compose-linter/dclint-github-action dependency-version: 1.6.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 b72feff..d2204b8 100644 --- a/.github/workflows/dclint.yml +++ b/.github/workflows/dclint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: docker-compose-linter/dclint-github-action@v1.4.1 + - uses: docker-compose-linter/dclint-github-action@v1.6.0 with: path: . recursive: true