Skip to content

Commit 58f373a

Browse files
authored
Merge pull request #14 from sourcery-ai/renovate/actions-setup-python-4.x
chore(deps): update actions/setup-python action to v4
2 parents 493a4a9 + f4356fa commit 58f373a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/on_push_branch.yml

Lines changed: 1 addition & 1 deletion
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 ${{ matrix.python-version }}
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies

.github/workflows/on_push_main.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 ${{ matrix.python-version }}
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
- build-test
3434
steps:
3535
- uses: actions/checkout@v3
36-
- uses: actions/setup-python@v3
36+
- uses: actions/setup-python@v4
3737
with:
3838
python-version: 3.9.9
3939
- name: Install dependencies

.github/workflows/on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v3
14+
- uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.9.9
1717
- name: Install dependencies

0 commit comments

Comments
 (0)