From 34a50ad46ef69a8f9e06b976303f8faf57c305f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:39:34 +0100 Subject: [PATCH] ci: bump calibreapp/image-actions from 4f7260f5dbd809ec86d03721c1ad71b8a841d3e0 to e2cc8db5d49c849e00844dfebf01438318e96fa2 (#21812) ci: bump calibreapp/image-actions Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 4f7260f5dbd809ec86d03721c1ad71b8a841d3e0 to e2cc8db5d49c849e00844dfebf01438318e96fa2. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/4f7260f5dbd809ec86d03721c1ad71b8a841d3e0...e2cc8db5d49c849e00844dfebf01438318e96fa2) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: e2cc8db5d49c849e00844dfebf01438318e96fa2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gen-image-compress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-image-compress.yml b/.github/workflows/gen-image-compress.yml index d90fe489bc..6a888bd0a9 100644 --- a/.github/workflows/gen-image-compress.yml +++ b/.github/workflows/gen-image-compress.yml @@ -38,7 +38,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} - name: Compress images id: compress - uses: calibreapp/image-actions@4f7260f5dbd809ec86d03721c1ad71b8a841d3e0 # main + uses: calibreapp/image-actions@e2cc8db5d49c849e00844dfebf01438318e96fa2 # main with: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} compressOnly: ${{ github.event_name != 'pull_request' }}