From 08f355cecca1c31ec1cc9748bd1da31e0f1b4c73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:51:27 +0000 Subject: [PATCH] Bump davidslusser/actions_python_ruff from 1.0.1 to 1.0.2 Bumps [davidslusser/actions_python_ruff](https://github.com/davidslusser/actions_python_ruff) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/davidslusser/actions_python_ruff/releases) - [Commits](https://github.com/davidslusser/actions_python_ruff/compare/v1.0.1...v1.0.2) --- 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 4271812a..7cc7450e 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -33,7 +33,7 @@ jobs: python -m pip install --upgrade pip - name: Run ruff - uses: davidslusser/actions_python_ruff@v1.0.1 + uses: davidslusser/actions_python_ruff@v1.0.2 with: python_version: "3.11"