commit: 4bb63e85d45ccf95c6bf530f56c80d6387719f32
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 19:25:14 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 21:32:44 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4bb63e85
github: update black version
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.github/workflows/lint.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ddcd9d486d..257b9f9da3 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
echo "missed=$(
find bin -type f -not -name '*.py' -not -name '*.sh' | \
xargs grep -l '#!/usr/bin/env python' | tr $'\n' ' ')" >>
$GITHUB_OUTPUT
- - uses: psf/[email protected]
+ - uses: psf/[email protected]
with:
src: . ${{ steps.stragglers.outputs.missed }}