We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b337dba + d1b3a25 commit fab7dbcCopy full SHA for fab7dbc
1 file changed
.github/workflows/lint-format.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: "Setup Python ${{ matrix.python-version}}"
17
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
18
with:
19
python-version: "${{ matrix.python-version}}"
20
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments