Skip to content

Commit aad6162

Browse files
update version to 1.7.5 in download-actionlint.bash
1 parent f5fa09f commit aad6162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-actionlint.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ "$1" == "-h" || "$1" == "--help" ]]; then
4343
fi
4444

4545
# Default value is updated manually on release
46-
version="1.7.4"
46+
version="1.7.5"
4747
if [ -n "$1" ]; then
4848
if [[ "$1" != 'latest' && "$1" != 'LATEST' ]]; then
4949
if [[ "$1" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then

0 commit comments

Comments
 (0)