Skip to content

Commit 9fde949

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump actions/setup-python from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 774df06 commit 9fde949

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3131
id: python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ env.DEFAULT_PYTHON }}
3535

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ env.DEFAULT_PYTHON }}
3737

@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v5
7777

7878
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: ${{ env.DEFAULT_PYTHON }}
8282

.github/workflows/dev-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3939
id: python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ env.DEFAULT_PYTHON }}
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3232
id: python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v5
9090

9191
- name: Set up Python ${{ env. DEFAULT_PYTHON }}
92-
uses: actions/setup-python@v5
92+
uses: actions/setup-python@v6
9393
with:
9494
python-version: ${{ env.DEFAULT_PYTHON }}
9595

0 commit comments

Comments
 (0)