We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fa09f commit aad6162Copy full SHA for aad6162
scripts/download-actionlint.bash
@@ -43,7 +43,7 @@ if [[ "$1" == "-h" || "$1" == "--help" ]]; then
43
fi
44
45
# Default value is updated manually on release
46
-version="1.7.4"
+version="1.7.5"
47
if [ -n "$1" ]; then
48
if [[ "$1" != 'latest' && "$1" != 'LATEST' ]]; then
49
if [[ "$1" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
0 commit comments