Skip to content

Commit 6c3df19

Browse files
Merge pull request #192 from MonolithProjects/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5
2 parents b944613 + 62aaac0 commit 6c3df19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: ${{ env.ANSIBLE_ROLE }}
2222

2323
- name: Set up Python 3.
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.x'
2727

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'
1818

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: "${{ github.repository }}"
4646

4747
- name: Set up Python 3
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: '3.11'
5151

@@ -87,7 +87,7 @@ jobs:
8787
path: "${{ github.repository }}"
8888

8989
- name: Set up Python 3
90-
uses: actions/setup-python@v4
90+
uses: actions/setup-python@v5
9191
with:
9292
python-version: '3.11'
9393

0 commit comments

Comments
 (0)