Skip to content

Commit

Permalink
Merge pull request #653 from ansible/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5.3.0

Bump actions/setup-python from 5.1.1 to 5.3.0
  • Loading branch information
NilashishC authored Nov 6, 2024
2 parents b3a91ef + f6df844 commit cc2ceff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11
- name: >-
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:

steps:
- name: Switch to using Python 3.11
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11

Expand Down Expand Up @@ -861,7 +861,7 @@ jobs:

steps:
- name: Switch to using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -1398,7 +1398,7 @@ jobs:

steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11

Expand Down Expand Up @@ -1899,7 +1899,7 @@ jobs:
path: dist/

- name: Switch to Python 3.11
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11
- name: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
}} libssh-dev
- name: Switch 🐍 to v${{ inputs.python-version }}
id: python-install
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit cc2ceff

Please sign in to comment.