Skip to content

Commit 61d729d

Browse files
authored
Merge pull request #631 from ansible/dependabot/github_actions/actions/setup-python-5.1.1
2 parents 97a93e0 + 930dccb commit 61d729d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
160160
steps:
161161
- name: Switch to using Python 3.11 by default
162-
uses: actions/setup-python@v5.1.0
162+
uses: actions/setup-python@v5.1.1
163163
with:
164164
python-version: 3.11
165165
- name: >-
@@ -432,7 +432,7 @@ jobs:
432432

433433
steps:
434434
- name: Switch to using Python 3.11
435-
uses: actions/setup-python@v5.1.0
435+
uses: actions/setup-python@v5.1.1
436436
with:
437437
python-version: 3.11
438438

@@ -880,7 +880,7 @@ jobs:
880880

881881
steps:
882882
- name: Switch to using Python ${{ matrix.python-version }}
883-
uses: actions/setup-python@v5.1.0
883+
uses: actions/setup-python@v5.1.1
884884
with:
885885
python-version: ${{ matrix.python-version }}
886886

@@ -1487,7 +1487,7 @@ jobs:
14871487

14881488
steps:
14891489
- name: Switch to using Python 3.11 by default
1490-
uses: actions/setup-python@v5.1.0
1490+
uses: actions/setup-python@v5.1.1
14911491
with:
14921492
python-version: 3.11
14931493

@@ -1970,7 +1970,7 @@ jobs:
19701970
path: dist/
19711971

19721972
- name: Switch to Python 3.11
1973-
uses: actions/setup-python@v5.1.0
1973+
uses: actions/setup-python@v5.1.1
19741974
with:
19751975
python-version: 3.11
19761976
- name: >-

.github/workflows/reusable-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
steps:
9595
- name: Switch to using Python 3.11 by default
96-
uses: actions/setup-python@v5.1.0
96+
uses: actions/setup-python@v5.1.1
9797
with:
9898
python-version: 3.11
9999

.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4.1.6
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v5.1.0
36+
uses: actions/setup-python@v5.1.1
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: >-

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
}} libssh-dev
104104
- name: Switch 🐍 to v${{ inputs.python-version }}
105105
id: python-install
106-
uses: actions/setup-python@v5.1.0
106+
uses: actions/setup-python@v5.1.1
107107
with:
108108
python-version: ${{ inputs.python-version }}
109109

0 commit comments

Comments
 (0)