diff options
-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 |