From d7a560a5fde82b08b09ac7162c67887cd4824781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:04:48 +0000 Subject: [PATCH] chore(deps-gha): Bump calibreapp/image-actions Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 06b947f9bc52d0c23ceae9c59ba3294f0d5d7aad to 82caf2e46a1950e602c8440fde4730ec1da6fef4. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/06b947f9bc52d0c23ceae9c59ba3294f0d5d7aad...82caf2e46a1950e602c8440fde4730ec1da6fef4) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/compress-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index 9be1be36ac..e1afda8c1e 100644 --- a/.github/workflows/compress-images.yml +++ b/.github/workflows/compress-images.yml @@ -25,6 +25,6 @@ jobs: uses: actions/checkout@v4 - name: Compress Images - uses: calibreapp/image-actions@06b947f9bc52d0c23ceae9c59ba3294f0d5d7aad + uses: calibreapp/image-actions@82caf2e46a1950e602c8440fde4730ec1da6fef4 with: githubToken: ${{ secrets.GITHUB_TOKEN }}