Skip to content

Commit 9e312df

Browse files
committed
ci: Update GitHub Action and/or Python version
1 parent 7becbdd commit 9e312df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.8
13+
python-version: '3.10'
1414
- uses: actions/cache@v3
1515
with:
1616
path: ~/.cache/pip

0 commit comments

Comments
 (0)