From a6bc9e76d488f734c237d71228f1d8e5e6ef0bd7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 8 Jan 2022 16:49:18 -0800 Subject: [PATCH] specify version (#2) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ba728a3..ca008cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: [push, pull_request] jobs: call-xenomorph-workflow: - uses: mbutterick/typesetting/xenomorph/.github/workflows/ci.yml + uses: mbutterick/typesetting/xenomorph/.github/workflows/ci.yml@main call-quad-workflow: - uses: mbutterick/typesetting/quad/.github/workflows/ci.yml + uses: mbutterick/typesetting/quad/.github/workflows/ci.yml@main call-pitfall-workflow: - uses: mbutterick/typesetting/pitfall/.github/workflows/ci.yml + uses: mbutterick/typesetting/pitfall/.github/workflows/ci.yml@main call-hyphenate-workflow: - uses: mbutterick/typesetting/hyphenate/.github/workflows/ci.yml + uses: mbutterick/typesetting/hyphenate/.github/workflows/ci.yml@main call-fontland-workflow: - uses: mbutterick/typesetting/fontland/.github/workflows/ci.yml + uses: mbutterick/typesetting/fontland/.github/workflows/ci.yml@main