Skip to content

Commit 80881a8

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b9492a commit 80881a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
2525
steps:
2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- uses: actions/cache@v2
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Set up Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v4
60+
uses: actions/setup-python@v5
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

@@ -101,7 +101,7 @@ jobs:
101101
MPLBACKEND: "agg"
102102
steps:
103103
- name: Set up Python ${{ matrix.python-version }}
104-
uses: actions/setup-python@v4
104+
uses: actions/setup-python@v5
105105
with:
106106
python-version: ${{ matrix.python-version }}
107107

0 commit comments

Comments
 (0)