Skip to content

Commit 9402122

Browse files
committed
try different grep
1 parent 24a42b3 commit 9402122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: get latest uv version
2626
id: latest-uv
2727
run: |
28-
echo "uv_version=$(uv self version | grep -oE \"[0-9]+\.[0-9]+\.[0-9]+\")" >> "$GITHUB_OUTPUT"
28+
echo "uv_version=$(uv self version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
2929
- name: Install Dependencies
3030
run: make install
3131

0 commit comments

Comments
 (0)