diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:41:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:41:29 +0100 |
commit | f91eb68fb07f904c0e2bda62394e838d40e17f94 (patch) | |
tree | 95a451ba1cbce59523e364025d814c00b0f9fefb /.github/workflows/test.yml | |
parent | try the newest MinGW version on Windows (diff) | |
download | setup-mingw-f91eb68fb07f904c0e2bda62394e838d40e17f94.tar.gz setup-mingw-f91eb68fb07f904c0e2bda62394e838d40e17f94.zip |
workflows/test: upgrade actionsv2.1.0
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c55ad2b..af944d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Cygwin uses: egor-tensin/setup-cygwin@v4 - name: Set up MinGW @@ -58,9 +58,9 @@ jobs: shell: pwsh steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Clean up PATH - uses: egor-tensin/cleanup-path@v1 + uses: egor-tensin/cleanup-path@v3 if: runner.os == 'Windows' - name: Set up MinGW id: setup |