Update aur/action.yml

This commit is contained in:
Merlin Jehli 2025-01-21 11:38:20 +01:00 committed by git.fml128.ch
parent 45ca7dc379
commit 37f99967c2
Signed by: git.fml128.ch
GPG key ID: FBE009491D453913

View file

@ -18,7 +18,7 @@ runs:
- name: Restore aur cache
if: steps.cache-aur-key.outputs.cache-aur-key != 'empty'
id: cache-aur-restore
uses: https://code.forgejo.org/actions/cache/restore@v4
uses: actions/cache/restore@v4
with:
path: aur
key: aur-${{ github.repository }}-${{ steps.cache-aur-key.outputs.cache-aur-key }}