Skip to content

Commit

Permalink
Upgrade GitHub Actions setup-python (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Mar 29, 2023
1 parent 9b834d8 commit 57beb9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codespell-problem-matcher/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version:3.x
- run: pip install git+https://github.com/codespell-project/codespell.git
- uses: ./
- name: Check codespell
Expand Down

0 comments on commit 57beb9f

Please sign in to comment.