Skip to content

Commit e49e290

Browse files
⬆️ Bump actions/setup-python from 5 to 6 (#776)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9142996 commit e49e290

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CI-models.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v5
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Install dependencies
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v5
7575
- name: Set up Python ${{ matrix.python-version }}
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
- name: Install dependencies

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Print concurrency group
4040
run: echo '${{ github.workflow }}-${{ github.ref }}'
4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
6969
- name: Print concurrency group
7070
run: echo '${{ github.workflow }}-${{ github.ref }}'
7171
- name: Set up Python ${{ matrix.python-version }}
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
- name: Install dependencies
@@ -101,7 +101,7 @@ jobs:
101101
- name: Print concurrency group
102102
run: echo '${{ github.workflow }}-${{ github.ref }}'
103103
- name: Set up Python ${{ matrix.python-version }}
104-
uses: actions/setup-python@v5
104+
uses: actions/setup-python@v6
105105
with:
106106
python-version: ${{ matrix.python-version }}
107107
- name: Install dependencies

0 commit comments

Comments
 (0)