Skip to content

Commit ea756ea

Browse files
Bump actions/setup-python from 5 to 6 (#1220)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86f7520 commit ea756ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
3838
restore-keys: ${{ runner.os }}-pip-
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install dependencies
@@ -67,7 +67,7 @@ jobs:
6767
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
6868
restore-keys: ${{ runner.os }}-pre-commit-
6969
- name: Set up Python ${{ runner.python-version }}
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: "3.11"
7373
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
path: ~/.cache/pip
1717
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
1818
restore-keys: ${{ runner.os }}-pip-
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.11"
2222
- name: Install dependencies

0 commit comments

Comments
 (0)