diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-14 22:20:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 22:20:47 -0400 |
commit | 2384100eacea0d260c9ef5baa252fe53df68739f (patch) | |
tree | b058122f6f39fb10a1245b2239325e251d311d44 /.github | |
parent | c2fe330b30838ea21cca7466d4a512d351289886 (diff) | |
parent | 2e6ff3161e06901683301888ec19ac0e6306fa17 (diff) | |
download | numpy-2384100eacea0d260c9ef5baa252fe53df68739f.tar.gz |
Merge pull request #23389 from numpy/dependabot/github_actions/egor-tensin/cleanup-path-3
Bump egor-tensin/cleanup-path from 1 to 3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index d402c1f87..c0d61e410 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -36,7 +36,7 @@ jobs: python39-hypothesis liblapack-devel gcc-fortran gcc-g++ git dash - name: Set Windows PATH - uses: egor-tensin/cleanup-path@39324b3c13fae7f8237b32d446b474ba9f135531 # v1 + uses: egor-tensin/cleanup-path@8469525c8ee3eddabbd3487658621a6235b3c581 # v3 with: dirs: 'C:\tools\cygwin\bin;C:\tools\cygwin\lib\lapack' - name: Verify that bash is Cygwin bash |