From b92193a8b98f154da2a4fc30ca907d4fd879794f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 25 Mar 2023 14:50:58 +0000 Subject: [PATCH] Try absolute URLs --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 029a353..6fe10ea 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: matrix: things: [1, 2, 3, 4, 5] steps: - - uses: github.com/actions/checkout@v3 + - uses: "https://github.com/actions/checkout@v3" - name: Cache stuff - uses: github.com/actions/cache@v3 + uses: "https://github.com/actions/cache@v3" with: path: . key: stuff