Skip to content

Commit 3e85af4

Browse files
authored
Merge pull request #19 from sourceplusplus/renovate/actions-setup-python-4.x
chore(deps): update actions/setup-python action to v4
2 parents e50a0dd + 2e825f4 commit 3e85af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.6'
2222
- name: Install Flake8

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Install Python 3
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: 3.8
2626
- name: Install dependencies

0 commit comments

Comments
 (0)