Skip to content

Commit 0b5b454

Browse files
Bump actions/setup-python from 5 to 6 (#883)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25b9e9f commit 0b5b454

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

1717
- name: Install Python 3.9
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: 3.9
2121

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
133133
run: pip install poetry==2.1.4
134134

135-
- uses: actions/setup-python@v5
135+
- uses: actions/setup-python@v6
136136
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
137137
with:
138138
python-version: 3.11

.github/workflows/pr-teardown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install poetry
5353
run: pip install poetry==2.1.4
5454

55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
python-version: 3.11
5858
cache: 'poetry'

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Base linting requires 3.8 due to APIM package dependencies. See root README for details under linting.
2626
# Consider upgrading this and poetry deps if we move away from Azure DevOps to using the Proxygen tool.
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.8
3030
cache: 'poetry'
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install poetry
5151
run: pip install poetry==2.1.4
5252

53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.11
5656
cache: 'poetry'

0 commit comments

Comments
 (0)