We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9939c9 commit f29beecCopy full SHA for f29beec
2 files changed
.github/workflows/quality.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Install shfmt
25
run: |
26
- wget -O shfmt https://github.com/mvdan/sh/releases/latest/download/shfmt_v3.8.0_linux_amd64
+ wget -O shfmt https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64
27
chmod +x shfmt
28
sudo mv shfmt /usr/local/bin/
29
CONTRIBUTING.md
@@ -47,7 +47,7 @@ sudo apt-get update
47
sudo apt-get install -y shellcheck bats
48
49
# shfmt (manual installation)
50
-wget -O shfmt https://github.com/mvdan/sh/releases/latest/download/shfmt_v3.8.0_linux_amd64
+wget -O shfmt https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64
51
52
53
```
0 commit comments