Skip to content

Commit 0ff808b

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
ci(deps): bump actions/setup-python
Bumps the github-actions-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 592bc4a commit 0ff808b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/app-pipeline-pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Python version
32-
uses: actions/setup-python@v5.4.0
32+
uses: actions/setup-python@v5.5.0
3333
with:
3434
python-version: ${{ env.PYTHON_VERSION }}
3535
cache: "pip"
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Set up Python version
51-
uses: actions/setup-python@v5.4.0
51+
uses: actions/setup-python@v5.5.0
5252
with:
5353
python-version: ${{ env.PYTHON_VERSION }}
5454
cache: "pip"
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171

7272
- name: Set up Python version
73-
uses: actions/setup-python@v5.4.0
73+
uses: actions/setup-python@v5.5.0
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676
cache: "pip"
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696

9797
- name: Set up Python version
98-
uses: actions/setup-python@v5.4.0
98+
uses: actions/setup-python@v5.5.0
9999
with:
100100
python-version: ${{ env.PYTHON_VERSION }}
101101
cache: "pip"

.github/workflows/app-pipeline.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636

3737
- name: Set up Python version
38-
uses: actions/setup-python@v5.4.0
38+
uses: actions/setup-python@v5.5.0
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
cache: "pip"
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Set up Python version
58-
uses: actions/setup-python@v5.4.0
58+
uses: actions/setup-python@v5.5.0
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
cache: "pip"
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v4
7979

8080
- name: Set up Python version
81-
uses: actions/setup-python@v5.4.0
81+
uses: actions/setup-python@v5.5.0
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
cache: "pip"
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Set up Python version
117-
uses: actions/setup-python@v5.4.0
117+
uses: actions/setup-python@v5.5.0
118118
with:
119119
python-version: ${{ env.PYTHON_VERSION }}
120120
cache: "pip"
@@ -150,7 +150,7 @@ jobs:
150150
shell: bash
151151

152152
- name: Set up Python version
153-
uses: actions/setup-python@v5.4.0
153+
uses: actions/setup-python@v5.5.0
154154
with:
155155
python-version: ${{ env.PYTHON_VERSION }}
156156
cache: "pip"

.github/workflows/infra-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }}
9595

9696
- name: Set up Python version
97-
uses: actions/setup-python@v5.4.0
97+
uses: actions/setup-python@v5.5.0
9898
with:
9999
python-version: ${{ env.PYTHON_VERSION }}
100100
cache: "pip"

0 commit comments

Comments
 (0)