From 6e08eefb59e5cc1ef029a948e44a1aa528ec2da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 19:00:49 +0000 Subject: [PATCH 1/3] Bump cygwin/cygwin-install-action from 2 to 3 Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 2 to 3. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](https://github.com/cygwin/cygwin-install-action/compare/v2...v3) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 7b5096ef3e19..ddec2c0085e1 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -80,7 +80,7 @@ jobs: with: fetch-depth: 0 - - uses: cygwin/cygwin-install-action@v2 + - uses: cygwin/cygwin-install-action@v3 with: packages: >- ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel From ce95c2f3923ac4970dd6cb719788431f2ed62ea0 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 16 Jan 2023 17:47:56 -0500 Subject: [PATCH 2/3] Drop Python 3.8 from Cygwin CI job --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index ddec2c0085e1..cbe3c20fbf14 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -70,7 +70,7 @@ jobs: ) strategy: matrix: - python-minor-version: [8, 9] + python-minor-version: [9] steps: - name: Fix line endings From 587db2b5073ec25ad3b8dd5af160680a995a950e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 16 Jan 2023 17:49:22 -0500 Subject: [PATCH 3/3] Fix Cygwin CI trigger on the schedule --- .github/workflows/cygwin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index cbe3c20fbf14..cb68e16d5518 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -51,6 +51,7 @@ jobs: name: Python 3.${{ matrix.python-minor-version }} on Cygwin if: | github.event_name == 'workflow_dispatch' || + github.event_name == 'schedule' || ( github.repository == 'matplotlib/matplotlib' && !contains(github.event.head_commit.message, '[ci skip]') &&