We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c6f45e + 24fe969 commit 19c49b3Copy full SHA for 19c49b3
.github/workflows/check-format.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python-version: ["3.13"]
10
steps:
11
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v6.0.1
12
- name: Set up Python ${{ matrix.python-version }}
13
uses: actions/setup-python@v6
14
with:
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
lint-type: [black, flake8]
15
0 commit comments