Skip to content

Commit c53525e

Browse files
committed
update actions/setup-python@v5
1 parent 283cd34 commit c53525e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: actions/checkout@v4
1111

1212
- name: Set up Python 3.10
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.10"
15+
python-version: '3.10'
1616

1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)