Skip to content

Commit e9b059a

Browse files
Bump actions/setup-python from 5 to 6 in the github-actions group (#245)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4ad655 commit e9b059a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v5
7070

7171
- name: Set up Python
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: 3.11
7575

@@ -149,7 +149,7 @@ jobs:
149149
-pyver=${{ matrix.python-version }} Pipfile
150150
151151
- name: Set up Python
152-
uses: actions/setup-python@v5
152+
uses: actions/setup-python@v6
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155

@@ -176,7 +176,7 @@ jobs:
176176
uses: actions/checkout@v5
177177

178178
- name: Set up Python environment
179-
uses: actions/setup-python@v5
179+
uses: actions/setup-python@v6
180180
with:
181181
python-version: '3.11'
182182

0 commit comments

Comments
 (0)