From 0a72f0ce6971cb66067fc8326b0e01488feec168 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Wed, 27 Dec 2023 12:32:15 +0100 Subject: [PATCH] Removing the ruff version number from the actions (#487) This does not need to be maintained manually. Just use latest! Latest ist greates! --- .github/workflows/lint-actions.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-actions.yaml b/.github/workflows/lint-actions.yaml index d6f78e4..c04e3ea 100644 --- a/.github/workflows/lint-actions.yaml +++ b/.github/workflows/lint-actions.yaml @@ -37,8 +37,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1 - with: - version: 0.1.0 python-requirements: name: Check Python Requirements