inovex / elements

Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
https://elements.inovex.de
MIT License
69 stars 9 forks source link

Upgrade to actions/checkout@v4 #1365

Open janivo opened 6 months ago

janivo commented 6 months ago

Description

To resolve the node deprecation warning caused by the lower version of actions/checkout, we need to upgrade to version 4 of the actions/checkout action. This action is utilized in our GitHub Actions workflows to checkout the repository code. While version 4 is already implemented in our test.yml workflow, it needs to be applied consistently across all relevant workflows to mitigate the deprecation warning.

Acceptance Criteria