aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 23:41:29 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-01 23:41:29 +0100
commitf91eb68fb07f904c0e2bda62394e838d40e17f94 (patch)
tree95a451ba1cbce59523e364025d814c00b0f9fefb
parenttry the newest MinGW version on Windows (diff)
downloadsetup-mingw-f91eb68fb07f904c0e2bda62394e838d40e17f94.tar.gz
setup-mingw-f91eb68fb07f904c0e2bda62394e838d40e17f94.zip
workflows/test: upgrade actionsv2.1.0
-rw-r--r--.github/workflows/test.yml6
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