summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linting_check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linting_check.yml')
-rw-r--r--.github/workflows/linting_check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linting_check.yml b/.github/workflows/linting_check.yml
index 113da7f..d61d032 100644
--- a/.github/workflows/linting_check.yml
+++ b/.github/workflows/linting_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 }}