From 9a83d6a7eaae02df35438651625cb7dd9d2c15d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:45:38 +0000 Subject: [PATCH] Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.4.0 Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/1.1.0...1.4.0) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 1.4.0 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..eca99ff8e055 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.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }}