2 parents 1a5f028 + d9966a4 commit 27a6016Copy full SHA for 27a6016
2 files changed
.github/workflows/check-format.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python-version: ["3.13"]
10
steps:
11
- - uses: actions/checkout@v6.0.2
+ - uses: actions/checkout@v7.0.1
12
- name: Set up Python ${{ matrix.python-version }}
13
uses: actions/setup-python@v7
14
with:
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
lint-type: [black, flake8]
15
0 commit comments