summaryrefslogtreecommitdiffstats
path: root/.github/workflows/formatting_check.yml
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-08-16 06:57:18 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-08-16 06:57:18 -0400
commitf2d0c6d6a829e85919935eea8efdf68548005d17 (patch)
tree8d5e71317acaa6b7db42d34cea461dbef1cb621b /.github/workflows/formatting_check.yml
parentb10c92e14e6bc28dfd5e7ca235fc4a2a521f8272 (diff)
New upstream version 2.2.0.upstream/2.2.0upstream
Diffstat (limited to '.github/workflows/formatting_check.yml')
-rw-r--r--.github/workflows/formatting_check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/formatting_check.yml b/.github/workflows/formatting_check.yml
index 7501ad0..f48cf74 100644
--- a/.github/workflows/formatting_check.yml
+++ b/.github/workflows/formatting_check.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
with:
python-version: ${{ matrix.python-version }}