diff options
| author | William Boman <william@redwill.se> | 2023-06-28 19:21:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 17:21:28 +0000 |
| commit | 8942b5776a14b93ac598d9852df81132823a5d12 (patch) | |
| tree | 635bc6d0bc2c7f7eef44400dbd393b10cd3a6f17 /.github/workflows/cbfmt.yml | |
| parent | fix(installer): timeout schema download after 5s (#1374) (diff) | |
| download | mason-8942b5776a14b93ac598d9852df81132823a5d12.tar mason-8942b5776a14b93ac598d9852df81132823a5d12.tar.gz mason-8942b5776a14b93ac598d9852df81132823a5d12.tar.bz2 mason-8942b5776a14b93ac598d9852df81132823a5d12.tar.lz mason-8942b5776a14b93ac598d9852df81132823a5d12.tar.xz mason-8942b5776a14b93ac598d9852df81132823a5d12.tar.zst mason-8942b5776a14b93ac598d9852df81132823a5d12.zip | |
chore(ci): upgrade linter versions (#1377)
Diffstat (limited to '.github/workflows/cbfmt.yml')
| -rw-r--r-- | .github/workflows/cbfmt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml index 57d77525..e59deba3 100644 --- a/.github/workflows/cbfmt.yml +++ b/.github/workflows/cbfmt.yml @@ -20,7 +20,7 @@ jobs: - name: Download Stylua run: | mkdir /tmp/stylua && cd $_ - curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.17.0/stylua-linux.zip" + curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.18.0/stylua-linux.zip" unzip -d /usr/local/bin stylua.zip - name: Download Shellharden run: | |
