We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d7e75 commit 3222c94Copy full SHA for 3222c94
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.3"
+version="1.7.4"
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