Skip to content

Commit

Permalink
update cometbft version
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 4, 2024
1 parent 2c29c78 commit a4ed34e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: anoma/namada
ref: v0.43.0
ref: v0.44.1
path: namada
- name: Retrieve Namada repository path
id: namada-repo-path
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: Download CometBFT
run: |
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v0.37.9/cometbft_0.37.9_linux_amd64.tar.gz
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v0.37.11/cometbft_0.37.11_linux_amd64.tar.gz
tar -xvzf cometbft.tar.gz
chmod +x cometbft
mkdir -p $HOME/local/bin
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: anoma/namada
ref: v0.43.0
ref: v0.44.1
path: namada
- name: Retrieve Namada repository path
id: namada-repo-path
Expand All @@ -153,7 +153,7 @@ jobs:
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: Download CometBFT
run: |
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v0.37.9/cometbft_0.37.9_linux_amd64.tar.gz
curl -o cometbft.tar.gz -LO https://github.com/cometbft/cometbft/releases/download/v0.37.11/cometbft_0.37.11_linux_amd64.tar.gz
tar -xvzf cometbft.tar.gz
mkdir -p ~/local/bin
chmod +x cometbft
Expand Down

0 comments on commit a4ed34e

Please sign in to comment.