Skip to content

Commit

Permalink
ci(deps): bump actions/setup-python
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/setup-python` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Feb 3, 2025
1 parent 6383fb3 commit 193dc03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app-pipeline-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/app-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
shell: bash

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }}

- name: Set up Python version
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down

0 comments on commit 193dc03

Please sign in to comment.