From bae94eb272301c16796b8910c325c6b5d400a273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:16:38 +0000 Subject: [PATCH] Bump davidslusser/actions_python_ruff from 1.0.0 to 1.0.1 Bumps [davidslusser/actions_python_ruff](https://github.com/davidslusser/actions_python_ruff) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/davidslusser/actions_python_ruff/releases) - [Commits](https://github.com/davidslusser/actions_python_ruff/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: davidslusser/actions_python_ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index da6610d2e..04c796a39 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -32,7 +32,7 @@ jobs: python -m pip install --upgrade pip - name: Run ruff - uses: davidslusser/actions_python_ruff@v1.0.0 + uses: davidslusser/actions_python_ruff@v1.0.1 with: python_version: "3.11"