Skip to content

Commit 2a4d02e

Browse files
Bump actions/setup-python from 1 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1e335 commit 2a4d02e

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)