From b81996d969b5331fb552962a884a9fd441f67434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:43:47 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.5.1 to 3.6.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-on-push-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-on-push-pr.yml b/.github/workflows/lint-on-push-pr.yml index 484cbd0..ed3ed08 100644 --- a/.github/workflows/lint-on-push-pr.yml +++ b/.github/workflows/lint-on-push-pr.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Run Ruff - uses: astral-sh/ruff-action@v3.5.1 + uses: astral-sh/ruff-action@v3.6.0 yaml-lint: name: YAML lint