]> source.dussan.org Git - gitblit.git/commit
ci: Update action versions in push build workflow
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Wed, 26 Oct 2022 16:03:40 +0000 (18:03 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Thu, 27 Oct 2022 21:34:21 +0000 (23:34 +0200)
commit41d550d135d186dd97343467f280b8bfb1a6fa61
tree3e4525cfdb94fbd779d2d3ca519bb8cb0c1aa3fa
parent72bcabfd11fc6a835b6108cce26167ce1e542854
ci: Update action versions in push build workflow

The workflow runs started issuing warnings because NodeJS 12 was
deprecated. Actions need to get updated to newer versions that use
NodeJS 16. This commit updates the `actions/checkout` and the
`actions/setup-java` actions to the latest version in the workflow that
builds on every push.

The new setup-java action requires the distribution to be specified,
since multiple JDK distributions are supported now. We chose Eclipse's
Temurin here which is the successor to AdoptOpenJDK, which we use for
development.
.github/workflows/ci-build.yml