From 9f9f9eb108cf692f1ff4ea22de14da66acde97d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 01:46:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20calibreapp/image-action?= =?UTF-8?q?s=20action=20(1.3.0=20=E2=86=92=201.4.0)=20(#103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/compress-images.yml | 2 +- .github/workflows/pr-compress-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index f488789..fb38dae 100644 --- a/.github/workflows/compress-images.yml +++ b/.github/workflows/compress-images.yml @@ -19,7 +19,7 @@ jobs: - name: Compress Images id: calibre - uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d # 1.3.0 + uses: calibreapp/image-actions@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-compress-images.yml b/.github/workflows/pr-compress-images.yml index e106e4d..56ad8ab 100644 --- a/.github/workflows/pr-compress-images.yml +++ b/.github/workflows/pr-compress-images.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Compress Images - uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d # 1.3.0 + uses: calibreapp/image-actions@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }}