Skip to content

Commit bf7f7b7

Browse files
Bump actions/setup-python from 5 to 6
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] <support@github.com>
1 parent a1dd6cf commit bf7f7b7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Set up Python 3.11
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
id: setup-python
2222
with:
2323
python-version: 3.11
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v5
6262

6363
- name: Set up Python ${{ matrix.python-version }}
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
id: setup-python
6666
with:
6767
python-version: ${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v5
105105

106106
- name: Set up Python ${{ matrix.python-version }}
107-
uses: actions/setup-python@v5
107+
uses: actions/setup-python@v6
108108
id: setup-python
109109
with:
110110
python-version: ${{ matrix.python-version }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v5
1616

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

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Set up Python 3.11
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
id: setup-python
2222
with:
2323
python-version: 3.11

0 commit comments

Comments
 (0)