swisspost / design-system

The Swiss Post Design System pattern library for a consistent and accessible user experience across the web platform.
https://design-system.post.ch
Apache License 2.0
106 stars 13 forks source link

Use local workflows instead of @main #3007

Open gfellerph opened 2 weeks ago

gfellerph commented 2 weeks ago

Some of our workflows use shared actions from the main branch. This can lead to backwards compatibility issues when main uses e.g. node 20 and an older version needs to be maintained that's still running on node 16.

### Tasks
- [ ] Switch action usage to local instead of @main