Skip to content

Commit 49ccc63

Browse files
dependabot[bot]abhisheksr01
authored andcommitted
chore(deps): bump actions/setup-python from 3.0.0 to 4.7.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3.0.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0266ce7 commit 49ccc63

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Set up Python version
21-
uses: actions/setup-python@v3.0.0
21+
uses: actions/setup-python@v4.7.1
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
cache: "pip"
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Set up Python version
40-
uses: actions/setup-python@v3.0.0
40+
uses: actions/setup-python@v4.7.1
4141
with:
4242
python-version: ${{ env.PYTHON_VERSION }}
4343
cache: "pip"
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060

6161
- name: Set up Python version
62-
uses: actions/setup-python@v3.0.0
62+
uses: actions/setup-python@v4.7.1
6363
with:
6464
python-version: ${{ env.PYTHON_VERSION }}
6565
cache: "pip"
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585

8686
- name: Set up Python version
87-
uses: actions/setup-python@v3.0.0
87+
uses: actions/setup-python@v4.7.1
8888
with:
8989
python-version: ${{ env.PYTHON_VERSION }}
9090
cache: "pip"

.github/workflows/app-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Set up Python version
29-
uses: actions/setup-python@v3.0.0
29+
uses: actions/setup-python@v4.7.1
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232
cache: "pip"
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Set up Python version
48-
uses: actions/setup-python@v3.0.0
48+
uses: actions/setup-python@v4.7.1
4949
with:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
cache: "pip"
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868

6969
- name: Set up Python version
70-
uses: actions/setup-python@v3.0.0
70+
uses: actions/setup-python@v4.7.1
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373
cache: "pip"
@@ -101,7 +101,7 @@ jobs:
101101
- uses: actions/checkout@v4
102102

103103
- name: Set up Python version
104-
uses: actions/setup-python@v3.0.0
104+
uses: actions/setup-python@v4.7.1
105105
with:
106106
python-version: ${{ env.PYTHON_VERSION }}
107107
cache: "pip"
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/checkout@v4
132132

133133
- name: Set up Python version
134-
uses: actions/setup-python@v3.0.0
134+
uses: actions/setup-python@v4.7.1
135135
with:
136136
python-version: ${{ env.PYTHON_VERSION }}
137137
cache: "pip"

.github/workflows/infra-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }}
8282

8383
- name: Set up Python version
84-
uses: actions/setup-python@v3.0.0
84+
uses: actions/setup-python@v4.7.1
8585
with:
8686
python-version: ${{ env.PYTHON_VERSION }}
8787
cache: "pip"

0 commit comments

Comments
 (0)