From 01c11420df4e657865bb2a2ede09497a0ff7cd70 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Thu, 26 Sep 2024 09:11:14 +0100 Subject: [PATCH] Fix. Trying to use v5 rather than v4 --- .forgejo/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 1b4de02..ef9f75a 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -14,7 +14,7 @@ jobs: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 # Make sure all files are pulled down - - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6 + - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v5 with: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }}