From 63495c1c031a5a736f0acdebe28136a2dc854132 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 7 Jan 2025 15:40:36 +0000 Subject: [PATCH] Full URIs for `uses` calls --- .forgejo/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 27f5edcb..4f1585cc 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -16,23 +16,23 @@ jobs: runs-on: docker steps: - name: Checkout - uses: code.forgejo.org/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v4 with: submodules: recursive - name: Cache Hugo persistent info - uses: code.forgejo.org/actions/cache@v4 + uses: https://code.forgejo.org/actions/cache@v4 env: key: www.byjp.me-hugo-persistent-info cache-name: hugo-persistent-cache with: path: /tmp/hugo - name: Build site - uses: jp/hugo-tasks@v0.1.0 + uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0 # TODO: Move site - name: Build Gemini capsule - uses: jp/hugo-tasks@v0.1.0 + uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0 with: tasks: gemini-reduce