From 1016e1b6ae62ad0e8700bd32998104ba2219a0b9 Mon Sep 17 00:00:00 2001 From: Sam Steele Date: Thu, 10 Oct 2024 06:11:45 -0400 Subject: [PATCH] update GitHub actions --- .github/workflows/constraints.txt | 8 ++++---- .github/workflows/labeler.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 47e7a77..7ec3ee0 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -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 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1f466c1..653dd58 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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