Skip to content

Commit 6a99fc7

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump calibreapp/image-actions from 1.3.0 to 1.4.0
Bumps [calibreapp/image-actions](https://github.com/calibreapp/image-actions) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](calibreapp/image-actions@1.3.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] <[email protected]>
1 parent 6411bbf commit 6a99fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "**.jpeg"
77
- "**.png"
88
- "**.webp"
9+
- "**.avif"
910
push:
1011
branches:
1112
- development # merging PRs from other forks (will open a new PR)
@@ -26,7 +27,7 @@ jobs:
2627

2728
- name: Compress Images
2829
id: compress_images
29-
uses: calibreapp/image-actions@1.3.0
30+
uses: calibreapp/image-actions@1.4.0
3031
with:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233
compressOnly: ${{ github.event_name != 'pull_request' }} # For non-Pull Requests, run in compressOnly mode and we'll PR after.

0 commit comments

Comments
 (0)