Skip to content

Commit

Permalink
✨ chore(ci): Update setup-python action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Dec 5, 2023
1 parent 5e280c0 commit 3dc8e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
key: ${{ github.ref }}+20221107
path: .cache

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

# Dependence
- run: pip install mkdocs-material
Expand Down

0 comments on commit 3dc8e28

Please sign in to comment.