tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 96 forks source link

[TECH DEBT] Build deprecation warnings #435

Closed kevinpapst closed 6 months ago

kevinpapst commented 1 year ago

Is your feature request related to a problem? Please describe.

The builds show a warning nowadays about deprecated GitHub action features, e.g. https://github.com/tobybatch/kimai2/actions/runs/3566944034

Bildschirmfoto 2022-11-28 um 18 19 17

I fixed that in my builds mainly by bumping the versions in the workflow file.

E.g. from uses: actions/checkout@v2 to uses: actions/checkout@v3 in line https://github.com/tobybatch/kimai2/blob/main/.github/workflows/kimai-release.yml#L18

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tobybatch commented 1 year ago

Bump

tobybatch commented 6 months ago

Closing this as I intend to rewrite the whole CI process