Skip to content

Commit

Permalink
update version to 1.7.7 in download-actionlint.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent cd23164 commit be0549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-actionlint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [[ "$1" == "-h" || "$1" == "--help" ]]; then
fi

# Default value is updated manually on release
version="1.7.6"
version="1.7.7"
if [ -n "$1" ]; then
if [[ "$1" != 'latest' && "$1" != 'LATEST' ]]; then
if [[ "$1" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
Expand Down

0 comments on commit be0549f

Please sign in to comment.