From 4dfc0073f78f5d71ffd54fd37cd2599a3fc47920 Mon Sep 17 00:00:00 2001 From: Adam <41971533+jcadam14@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:40:04 -0500 Subject: [PATCH] Added versions to the ruff and black linter actions --- .github/workflows/linters.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 3aa4ba24..d940fb0c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -10,8 +10,11 @@ jobs: - uses: psf/black@stable with: options: "--check --diff --verbose" + version: 24.1.1 ruff: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1 + with: + version: 0.1.4