Skip to content

Commit be0549f

Browse files
update version to 1.7.7 in download-actionlint.bash
1 parent cd23164 commit be0549f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-actionlint.bash

Lines changed: 1 addition & 1 deletion
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.6"
46+
version="1.7.7"
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)