summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-10 13:59:39 +0000
committerGitHub <noreply@github.com>2023-04-10 13:59:39 +0000
commit1570f3d70e7a80e0fdc2f8edc3060b3e54a9cea3 (patch)
treee1e0afe8a3e1647758eda907de472ecf91a12b3f
parentf25333525425ee1497366fd300a60127aa652d79 (diff)
downloadgitpython-1570f3d70e7a80e0fdc2f8edc3060b3e54a9cea3.tar.gz
Bump cygwin/cygwin-install-action from 3 to 4
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 3 to 4. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](https://github.com/cygwin/cygwin-install-action/compare/v3...v4) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/cygwin-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml
index 0018e7df..a1ecb678 100644
--- a/.github/workflows/cygwin-test.yml
+++ b/.github/workflows/cygwin-test.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 9999
- - uses: cygwin/cygwin-install-action@v3
+ - uses: cygwin/cygwin-install-action@v4
with:
packages: python39 python39-pip python39-virtualenv git
- name: Tell git to trust this repo