Skip to content

Commit e2db05a

Browse files
committed
ci: pin action-docs version
1 parent 0d926cb commit e2db05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/update-action-readme

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ for i in "$@"; do
99
continue
1010
fi
1111
readme_file=$(dirname "$i")/README.md
12-
echo npx action-docs --no-banner -a "${i}" --update-readme "${readme_file}"
13-
npx action-docs --no-banner -a "${i}" --update-readme "${readme_file}"
12+
echo npx action-docs@^1 --no-banner -a "${i}" --update-readme "${readme_file}"
13+
npx action-docs@^1 --no-banner -a "${i}" --update-readme "${readme_file}"
1414
done

0 commit comments

Comments
 (0)