8000 Merge pull request #25003 from matplotlib/dependabot/github_actions/c… · matplotlib/matplotlib@f18292f · GitHub
[go: up one dir, main page]

Skip to content

Commit f18292f

Browse files
authored
Merge pull request #25003 from matplotlib/dependabot/github_actions/cygwin/cygwin-install-action-3
Bump cygwin/cygwin-install-action from 2 to 3
2 parents f179631 + 587db2b commit f18292f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cygwin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
name: Python 3.${{ matrix.python-minor-version }} on Cygwin
5252
if: |
5353
github.event_name == 'workflow_dispatch' ||
54+
github.event_name == 'schedule' ||
5455
(
5556
github.repository == 'matplotlib/matplotlib' &&
5657
!contains(github.event.head_commit.message, '[ci skip]') &&
@@ -70,7 +71,7 @@ jobs:
7071
)
7172
strategy:
7273
matrix:
73-
python-minor-version: [8, 9]
74+
python-minor-version: [9]
7475

7576
steps:
7677
- name: Fix line endings
@@ -80,7 +81,7 @@ jobs:
8081
with:
8182
fetch-depth: 0
8283

83-
- uses: cygwin/cygwin-install-action@v2
84+
- uses: cygwin/cygwin-install-action@v3
8485
with:
8586
packages: >-
8687
ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel

0 commit comments

Comments
 (0)
0