diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:51:28 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:51:28 +0100 |
commit | fe742401d43928aefc299c3e4d2f506a8388a735 (patch) | |
tree | 5b5bcc4b5a834a80cece4c0d14302e496650bff7 /.github/workflows/cygwin_static_libstdc++.yml | |
parent | make .gitattributes more consistent (diff) | |
download | cmake-common-fe742401d43928aefc299c3e4d2f506a8388a735.tar.gz cmake-common-fe742401d43928aefc299c3e4d2f506a8388a735.zip |
workflows: upgrade actions
Diffstat (limited to '.github/workflows/cygwin_static_libstdc++.yml')
-rw-r--r-- | .github/workflows/cygwin_static_libstdc++.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cygwin_static_libstdc++.yml b/.github/workflows/cygwin_static_libstdc++.yml index 31bb414..aa5631d 100644 --- a/.github/workflows/cygwin_static_libstdc++.yml +++ b/.github/workflows/cygwin_static_libstdc++.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Clean up PATH - uses: egor-tensin/cleanup-path@v2 + uses: egor-tensin/cleanup-path@v3 if: runner.os == 'Windows' - name: Set common variables |