Skip to content

Commit 720fe7f

Browse files
⬆️ Bump actions/setup-python from 1 to 4 (#12)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d851c58 commit 720fe7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python 3.8
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.8"
2121
- uses: pre-commit/[email protected]
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Set up Python ${{ matrix.python-version }}
39-
uses: actions/setup-python@v1
39+
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install dependencies

0 commit comments

Comments
 (0)