From e132ed0c6186287547c90ba9a53ac307d462d877 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 27 Jul 2026 11:05:55 -0500 Subject: [PATCH] fix: use .git suffix on setup-beam URL for git clone compatibility --- .forgejo/workflows/ci.yml | 4 ++-- vendor/aprs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index ed2a340..2a3e3b7 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: submodules: recursive - name: Set up Elixir - uses: http://forgejo:3000/graham/setup-beam@v1 + uses: http://forgejo:3000/graham/setup-beam.git@v1 with: version-type: strict elixir-version: '1.20.2' @@ -97,7 +97,7 @@ jobs: submodules: recursive - name: Set up Elixir - uses: http://forgejo:3000/graham/setup-beam@v1 + uses: http://forgejo:3000/graham/setup-beam.git@v1 with: version-type: strict elixir-version: '1.20.2' diff --git a/vendor/aprs b/vendor/aprs index 77017d0..ce327e3 160000 --- a/vendor/aprs +++ b/vendor/aprs @@ -1 +1 @@ -Subproject commit 77017d0488e2f33eea80a181d1f1eddd9d2f529d +Subproject commit ce327e3d278ca3b5bf96e2f0da66386ac56adcf6