Skip to content

Commit 89a90e3

Browse files
committed
Update lunar CLI version in attach action
v1.0.0 -> v1.1.1
1 parent c7491e4 commit 89a90e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attach/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
run: |
5555
echo "pid $$ ppid $PPID"
5656
mkdir -p /tmp/lunar/bin
57-
curl -L https://github.com/earthly/lunar-dist/releases/download/v1.0.0/lunar-linux-amd64 -o /tmp/lunar/bin/lunar
57+
curl -L https://github.com/earthly/lunar-dist/releases/download/v1.1.1/lunar-linux-amd64 -o /tmp/lunar/bin/lunar
5858
chmod +x /tmp/lunar/bin/lunar;
5959
echo "lunar downloaded to /tmp/lunar/bin/lunar";
6060
shell: bash

0 commit comments

Comments
 (0)