diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 16:11:54 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 16:11:54 +0100 |
commit | 35fc68f95e1ef2a935fbc09435e6e4223f81606d (patch) | |
tree | 176c580113eab61ea2b1d42709b97a04e94688d6 | |
parent | make .gitattributes more consistent (diff) | |
download | setup-cygwin-35fc68f95e1ef2a935fbc09435e6e4223f81606d.tar.gz setup-cygwin-35fc68f95e1ef2a935fbc09435e6e4223f81606d.zip |
workflows/test: upgrade actions
-rw-r--r-- | .github/workflows/test.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72a2077..875a5b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,10 +34,10 @@ jobs: 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 Cygwin @@ -81,10 +81,10 @@ jobs: name: 'shell: -o igncr' 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 Cygwin @@ -104,10 +104,10 @@ jobs: name: 'shell: SHELLOPTS' 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 Cygwin |