Skip to content

Commit

Permalink
pin darker action to latest commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 2, 2023
1 parent 6290d4e commit ca50f3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: akaihola/darker@1.7.1
- uses: akaihola/darker@0fb2501a3f6c1b2d64976afa57885aeec0601182
# pinned due to unreleased fix: https://github.com/akaihola/darker/issues/489
with:
options: "--check --diff --color --isort"
src: "."
Expand Down

0 comments on commit ca50f3e

Please sign in to comment.