Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"harfbuzz": "14.2.0",
"jpegturbo": "3.1.4.1",
"lcms2": "2.19",
"libavif": "1.4.1",
"libavif": "1.4.2",
"libimagequant": "4.4.1",
"libpng": "1.6.58",
"libwebp": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion depends/install_libavif.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail

version=1.4.1
version=1.4.2

if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then

Expand Down
Loading