diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ This is a GitHub action that sets up MinGW-w64 in your workflow run. Use it in your workflow like this: - name: Set up MinGW - uses: egor-tensin/setup-mingw@v1 + uses: egor-tensin/setup-mingw@v2 with: platform: x64 |