diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:06:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:06:44 +0300 |
commit | c1e7e96dbcfd67a46cdc8a7316ffbe9cdc68ae63 (patch) | |
tree | 3d82032f57c158c5438bd55ebc0f75376aed46fe | |
parent | tweak a parameter description (diff) | |
download | setup-mingw-c1e7e96dbcfd67a46cdc8a7316ffbe9cdc68ae63.tar.gz setup-mingw-c1e7e96dbcfd67a46cdc8a7316ffbe9cdc68ae63.zip |
workflows/test.yml: setup-cygwin v3
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edd9662..5094d31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: if: runner.os == 'Windows' - name: Install Cygwin - uses: egor-tensin/setup-cygwin@master + uses: egor-tensin/setup-cygwin@v3 if: matrix.cygwin - name: Set up MinGW |