chore(go): use explicit self-hosted action urls
Some checks failed
Push Validation / validate (push) Failing after 43s

This commit is contained in:
Micheal Wilkinson
2026-03-21 11:52:50 +00:00
parent b235c6ca45
commit fc9a30fed1
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
fi
- name: Vociferate prepare
uses: aether/vociferate/prepare@v1.0.1
uses: https://git.hrafn.xyz/aether/vociferate/prepare@v1.0.1
publish:
needs: prepare
@@ -43,4 +43,4 @@ jobs:
fi
- name: Vociferate publish
uses: aether/vociferate/publish@v1.0.1
uses: https://git.hrafn.xyz/aether/vociferate/publish@v1.0.1