From a1f3f703c69e868599cfffddbaf419a380f00c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 07:33:51 +0000 Subject: [PATCH] build(deps): bump calibreapp/image-actions from 1.4.1 to 1.5.0 Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/f32575787d333b0579f0b7d506ff03be63a669d1...9d037c06280028c110ff61c433ad4dc7d33c3c43) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/optimize-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 3a2860a0..33068d11 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -58,7 +58,7 @@ jobs: - name: Compress images id: calibre - uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1 + uses: calibreapp/image-actions@9d037c06280028c110ff61c433ad4dc7d33c3c43 # 1.5.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} jpegQuality: '100'