Skip to content

Commit 3d32c68

Browse files
ci(deps): bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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] <support@github.com>
1 parent 818ac3a commit 3d32c68

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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 ${{ matrix.python-version }}
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v4
6666

6767
- name: Set up Python
68-
uses: actions/setup-python@v4
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: '3.11'
7171

@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@v4
9494

9595
- name: Set up Python
96-
uses: actions/setup-python@v4
96+
uses: actions/setup-python@v6
9797
with:
9898
python-version: '3.11'
9999

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.11'
2121

.github/workflows/release.yml

Lines changed: 2 additions & 2 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
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.11'
2424

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: '3.11'
4444

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@v4
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: '3.11'
5353

@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v4
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@v4
102+
uses: actions/setup-python@v6
103103
with:
104104
python-version: '3.11'
105105

0 commit comments

Comments
 (0)