Skip to content

Commit d2d4da5

Browse files
update version to 1.7.6 in download-actionlint.bash
1 parent 9a1bd26 commit d2d4da5

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.5"
46+
version="1.7.6"
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)