Skip to content

Commit

Permalink
update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Oct 10, 2024
1 parent 9dee96a commit 1016e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.1.1
pip==24.2
pre-commit==4.0.1
black==22.3.0
flake8==4.0.1
reorder-python-imports==3.1.0
black==24.10.0
flake8==7.1.1
reorder-python-imports==3.13.0
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@v4.2.1

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v4.0.0
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true

0 comments on commit 1016e1b

Please sign in to comment.