mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 22:40:30 +00:00
use main branch instead As for the other GH actions, use rather the main branch than a fixed tag. The advantage is that we can avoid these technical commits because the Node.js actions are gradually deprecated so that we'd need to update every time it happens (although not often). Although the actions example suggest using the fixed tags, this doesn't seem to cause any problems while soe time used eg for actions/cache. Otherwise, fixed tags may be returned at any time.