From 27615caac4d6e689de77bcd4ea0ca308011a9c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:06:45 +0000 Subject: [PATCH] ci(deps): bump cloudposse/github-action-pre-commit from 3 to 4 Bumps [cloudposse/github-action-pre-commit](https://github.com/cloudposse/github-action-pre-commit) from 3 to 4. - [Release notes](https://github.com/cloudposse/github-action-pre-commit/releases) - [Commits](https://github.com/cloudposse/github-action-pre-commit/compare/v3...v4) --- updated-dependencies: - dependency-name: cloudposse/github-action-pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 849faf9..0f9ddfc 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.11" - - uses: cloudposse/github-action-pre-commit@v3 + - uses: cloudposse/github-action-pre-commit@v4 lint: name: lint