Skip to content

Commit 9ba2c57

Browse files
authored
Merge pull request #5 from codespell-project/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 1 to 4
2 parents ce1e335 + 2a4d02e commit 9ba2c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
14-
- uses: actions/setup-python@v1
14+
- uses: actions/setup-python@v4
1515
- run: pip install codespell
1616
- uses: ./
1717
- name: Check codespell
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v3
28-
- uses: actions/setup-python@v1
28+
- uses: actions/setup-python@v4
2929
- run: pip install git+https://github.com/codespell-project/codespell.git
3030
- uses: ./
3131
- name: Check codespell

0 commit comments

Comments
 (0)