From 3e345cc3af4411ee51267483d79a425a22258a97 Mon Sep 17 00:00:00 2001 From: cswimr Date: Wed, 19 Mar 2025 08:19:05 -0400 Subject: [PATCH] fix(actions): change actions urls --- .forgejo/workflows/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 322a67d..923e75e 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -12,10 +12,10 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - name: Checkout - uses: https://github.com/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: "Setup uv" - uses: https://github.com/astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v5 with: version: "latest" enable-cache: true @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: "Setup uv" - uses: https://github.com/astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v5 with: version: "latest" enable-cache: true @@ -54,7 +54,7 @@ jobs: run: uv sync --no-dev --group=documentation - name: Set environment variables - uses: actions/env@v2 + uses: FranzDiebold/github-env-vars-action@v2 - name: Build documentation run: |