Skip to content

Commit

Permalink
ci: Update GitHub Action and/or Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 6, 2023
1 parent 390ad3a commit f6459c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.10'
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit f6459c4

Please sign in to comment.