From 0893260827f694bb97d953125e354d69fd14a7ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:18:59 +0000 Subject: [PATCH] fix: pin calibreapp/image-actions to stable version 1.4.1 Agent-Logs-Url: https://github.com/DavidKRK/DavidKRK.github.io/sessions/4f22520f-0001-450d-89cc-7ebc7845f71e Co-authored-by: DavidKRK <136035295+DavidKRK@users.noreply.github.com> --- .github/workflows/automation-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-suite.yml b/.github/workflows/automation-suite.yml index 18d14c29..5f209456 100644 --- a/.github/workflows/automation-suite.yml +++ b/.github/workflows/automation-suite.yml @@ -72,7 +72,7 @@ jobs: ref: gh-pages - name: Compress Images - uses: calibreapp/image-actions@main + uses: calibreapp/image-actions@1.4.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} compressOnly: true