Skip to content

Commit fb9100b

Browse files
chore(deps): 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 f165569 commit fb9100b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131

3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
33+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
cache: 'pip'
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7070

7171
- name: Set up Python
72-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
72+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
7373
with:
7474
python-version: '3.11'
7575
cache: 'pip'
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
105105

106106
- name: Set up Python
107-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
107+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
108108
with:
109109
python-version: '3.11'
110110
cache: 'pip'
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
140140

141141
- name: Set up Python
142-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
142+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
143143
with:
144144
python-version: '3.11'
145145
cache: 'pip'
@@ -193,7 +193,7 @@ jobs:
193193
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
194194

195195
- name: Set up Python
196-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
196+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
197197
with:
198198
python-version: '3.11'
199199
cache: 'pip'

0 commit comments

Comments
 (0)