Skip to content

Commit f29beec

Browse files
committed
fix: update shfmt download link to version 3.12.0 in workflow and contributing guide
1 parent c9939c9 commit f29beec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Install shfmt
2525
run: |
26-
wget -O shfmt https://github.com/mvdan/sh/releases/latest/download/shfmt_v3.8.0_linux_amd64
26+
wget -O shfmt https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64
2727
chmod +x shfmt
2828
sudo mv shfmt /usr/local/bin/
2929

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sudo apt-get update
4747
sudo apt-get install -y shellcheck bats
4848

4949
# shfmt (manual installation)
50-
wget -O shfmt https://github.com/mvdan/sh/releases/latest/download/shfmt_v3.8.0_linux_amd64
50+
wget -O shfmt https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64
5151
chmod +x shfmt
5252
sudo mv shfmt /usr/local/bin/
5353
```

0 commit comments

Comments
 (0)