Skip to content

Commit d1a41bf

Browse files
committed
CI: update action versions
1 parent 60164d1 commit d1a41bf

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
matplotlib-version: [ "3.9.4", "3.10.9" ]
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: "${{ matrix.python-version }}"
3030
architecture: x64
@@ -42,7 +42,7 @@ jobs:
4242
run: pytest --cov-report=xml
4343

4444
- name: Upload coverage report
45-
uses: codecov/codecov-action@v5
45+
uses: codecov/codecov-action@v6
4646
with:
4747
files: coverage.xml
4848
flags: "Matplotlib-${{ matrix.matplotlib-version}}-Python-${{ matrix.python-version }}"

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Set up Python
2020
id: setup
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.x
2424
architecture: x64
2525

2626
- name: Lint
27-
uses: astral-sh/ruff-action@v3
27+
uses: astral-sh/ruff-action@v4
2828

2929
- name: Check formatting
3030
if: always()

.github/workflows/matplotlib-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.14
2323
architecture: x64
@@ -41,7 +41,7 @@ jobs:
4141
run: pytest --cov-report=xml
4242

4343
- name: Upload coverage report
44-
uses: codecov/codecov-action@v5
44+
uses: codecov/codecov-action@v6
4545
with:
4646
files: coverage.xml
4747
name: "Matplob main branch ${{ steps.mpl-main-version.outputs.matplotlib-version }}"

0 commit comments

Comments
 (0)