From 960ec415fcd57c2f18077c291a72abbc5d23cc40 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 27 Jul 2026 10:19:10 -0500 Subject: [PATCH] fix: use local setup-beam mirror and bare action refs --- .forgejo/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 18060a1..bfa2ca1 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -33,12 +33,12 @@ jobs: git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/" - name: Checkout - uses: https://code.forgejo.org/actions/checkout@v4 + uses: actions/checkout@v4 with: submodules: recursive - name: Set up Elixir - uses: https://github.com/erlef/setup-beam@v1 + uses: https://git.mcintire.me/graham/setup-beam@v1 with: version-type: strict elixir-version: '1.20.2' @@ -92,12 +92,12 @@ jobs: git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/" - name: Checkout - uses: https://code.forgejo.org/actions/checkout@v4 + uses: actions/checkout@v4 with: submodules: recursive - name: Set up Elixir - uses: https://github.com/erlef/setup-beam@v1 + uses: https://git.mcintire.me/graham/setup-beam@v1 with: version-type: strict elixir-version: '1.20.2' @@ -136,7 +136,7 @@ jobs: git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/" - name: Checkout code - uses: https://code.forgejo.org/actions/checkout@v4 + uses: actions/checkout@v4 with: submodules: recursive