]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0 (#41679) 41743/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 27 Aug 2025 19:31:37 +0000 (22:31 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 19:31:37 +0000 (22:31 +0300)
* Build(deps): Bump calibreapp/image-actions from 1.1.0 to 1.3.0

Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/calibreapp/image-actions/releases)
- [Commits](https://github.com/calibreapp/image-actions/compare/737ceeaeed61e17b8d358358a303f1b8d177b779...51921e25c9b0b62ed202c0ad0a2121f0f3ad186d)

---
updated-dependencies:
- dependency-name: calibreapp/image-actions
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Change githubToken to GITHUB_TOKEN in workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.github/workflows/calibreapp-image-actions.yml

index 11ee729287d52f2b1f8b961eb0aec00ec233741a..a436acb5de42c1bdd4ac5ddd8eb9328e20b30895 100644 (file)
@@ -27,6 +27,6 @@ jobs:
           persist-credentials: false
 
       - name: Compress Images
-        uses: calibreapp/image-actions@737ceeaeed61e17b8d358358a303f1b8d177b779 # v1.1.0
+        uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d # v1.3.0
         with:
-          githubToken: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}