From de117384972eed657b96343cf8e118150ce75cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 07:23:44 +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.5.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.5.0) --- updated-dependencies: - dependency-name: docker-compose-linter/dclint-github-action dependency-version: 1.5.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 edd441d..a0c80dd 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.1 + - uses: docker-compose-linter/dclint-github-action@v1.5.0 with: path: . recursive: true