Skip to content

Commit

Permalink
Merge pull request #69 from lesteenman/renovate/actions-setup-python-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v4
  • Loading branch information
lesteenman authored Nov 15, 2022
2 parents 5f94080 + 633262b commit c8f25e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: steps.cached-node-modules.outputs.cache-hit != 'true'

- name: Install Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down

0 comments on commit c8f25e9

Please sign in to comment.