From 4ef75cc2b5316b931d5c716935c1e0fda1ff5377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:01:01 +0000 Subject: [PATCH] Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.4.1 Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.4.1. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/1.1.0...1.4.1) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/calibreapp-image-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 08987b3aae69..c04337f953af 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -27,6 +27,6 @@ jobs: persist-credentials: false - name: Compress Images - uses: calibreapp/image-actions@1.1.0 + uses: calibreapp/image-actions@1.4.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }}