diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:01:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-10 18:01:33 +0300 |
commit | 11c0759f95967412c141ce460b69e2445bea6fe1 (patch) | |
tree | e2fb5d089867279d392a61d1e7935d93f11bb88b | |
parent | tweak a parameter description (diff) | |
download | setup-gcc-11c0759f95967412c141ce460b69e2445bea6fe1.tar.gz setup-gcc-11c0759f95967412c141ce460b69e2445bea6fe1.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 b30d245..7186ddd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: if: runner.os == 'Windows' - name: Install Cygwin - uses: egor-tensin/setup-cygwin@master + uses: egor-tensin/setup-cygwin@v3 with: platform: '${{ matrix.platform }}' if: matrix.cygwin |