casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
737 stars 54 forks source link

ci: update actions versions to avoid Node 16 warnings #340

Closed marcospereira closed 3 months ago

marcospereira commented 3 months ago

What

This is to avoid warnings such as in this build run:

https://github.com/casid/jte/actions/runs/8555571353

I've made minor commits to confirm that each update works as expected.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.31%. Comparing base (e8fca09) to head (25d1c29).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #340 +/- ## ========================================= Coverage 91.31% 91.31% Complexity 1218 1218 ========================================= Files 76 76 Lines 3168 3168 Branches 493 493 ========================================= Hits 2893 2893 Misses 164 164 Partials 111 111 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

casid commented 3 months ago

Thank you for keeping this up-to-date!