summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-28 13:07:35 +0000
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-11-28 15:32:52 +0100
commit17ff2630af26b37f82ac1158ee3495c4390da699 (patch)
tree18c59c0133dad9e659f8501e39a74af8763c6a2a
parent4171333c24bcbe978328c1be50911d633e57ca47 (diff)
downloadgitpython-17ff2630af26b37f82ac1158ee3495c4390da699.tar.gz
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] <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 c80070ef..16b42f89 100644
--- a/.github/workflows/cygwin-test.yml
+++ b/.github/workflows/cygwin-test.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 9999
- - uses: cygwin/cygwin-install-action@v2
+ - uses: cygwin/cygwin-install-action@v3
with:
packages: python39 python39-pip python39-virtualenv git
- name: Tell git to trust this repo