git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

[CI/CD] Bump reusable actions in build workflow

Open kLiHz opened this issue 2 years ago • 0 comments

This PR bumps some outdated reusable actions in build workflows to actions/checkout@v3 and actions/github-script@v6, to solve the warnings of deprecations.

However currently the windows build workflow will fail, since the openssl packages in MSYS2 (in this case mingw-w64-openssl) and openssl-devel have been updated to 3.x. This can be fixed by applying the patch in #249.

kLiHz avatar Apr 13 '23 21:04 kLiHz