Skip to content

Commit fef064a

Browse files
committed
ci: use latest fzf (0.61.1) on ubuntu-latest
1 parent e0d5a1d commit fef064a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- os: ubuntu-latest
2828
install-deps: |
2929
sudo apt-get update && sudo apt-get install -y ripgrep fd-find
30-
wget -O - https://github.com/junegunn/fzf/releases/download/v0.58.0/fzf-0.58.0-linux_amd64.tar.gz | tar zxfv -
30+
wget -O - https://github.com/junegunn/fzf/releases/download/v0.61.1/fzf-0.61.1-linux_amd64.tar.gz | tar zxfv -
3131
sudo mv ./fzf /bin
3232
3333
steps:

0 commit comments

Comments
 (0)