From de055eec1fd7874333acb4b79d46fe5da08d7626 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 24 Jul 2022 22:01:56 +0200 Subject: [PATCH] Update action.yml --- .github/actions/libzimg/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/libzimg/action.yml b/.github/actions/libzimg/action.yml index 5381737..5b82729 100644 --- a/.github/actions/libzimg/action.yml +++ b/.github/actions/libzimg/action.yml @@ -20,7 +20,7 @@ runs: uses: actions/checkout@v3.0.0 with: repository: sekrit-twc/zimg - ref: release-2.9.2 + ref: release-3.0.4 path: zimg - name: Check cache id: libzimg-cache @@ -49,4 +49,4 @@ runs: uses: actions/upload-artifact@v2 with: name: libzimg-${{ inputs.env }}-${{ inputs.config }} - path: dist/libzimg.tgz \ No newline at end of file + path: dist/libzimg.tgz