From 977398bd70a07382b4bff3d62bd02f31bae2465b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:06:47 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.6.0 to 3.6.1 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ed3ed08..2decde0 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.6.0 + uses: astral-sh/ruff-action@v3.6.1 yaml-lint: name: YAML lint