Skip to content

Commit 57beb9f

Browse files
authored
Upgrade GitHub Actions setup-python (#61)
https://github.com/actions/setup-python/releases
1 parent 9b834d8 commit 57beb9f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • codespell-problem-matcher/.github/workflows

codespell-problem-matcher/.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@master
28-
- uses: actions/setup-python@v1
28+
- uses: actions/setup-python@v4
29+
with:
30+
python-version:3.x
2931
- run: pip install git+https://github.com/codespell-project/codespell.git
3032
- uses: ./
3133
- name: Check codespell

0 commit comments

Comments
 (0)