diff options
| author | William Boman <william@redwill.se> | 2023-03-12 09:25:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 09:25:41 +0100 |
| commit | a81503f0019942111fe464209237f8b4e85f4687 (patch) | |
| tree | 390147103c990591dc0131c2fc44ca53b4a1b699 /.github/workflows | |
| parent | feat: add standardrb (#167) (diff) | |
| download | mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar.gz mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar.bz2 mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar.lz mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar.xz mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.tar.zst mason-lspconfig-a81503f0019942111fe464209237f8b4e85f4687.zip | |
style: enforce import order (#169)
* chore(workflows): update dependencies
* style: enforce import order
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cbfmt.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/selene.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml index d9a5e2d..57d7752 100644 --- a/.github/workflows/cbfmt.yml +++ b/.github/workflows/cbfmt.yml @@ -14,13 +14,13 @@ jobs: - name: Download cbfmt run: | mkdir /tmp/cbfmt && cd $_ - curl -fsSL -o cbfmt.tar.gz "https://github.com/lukas-reineke/cbfmt/releases/download/v0.1.4/cbfmt_linux-x86_64_v0.1.4.tar.gz" + curl -fsSL -o cbfmt.tar.gz "https://github.com/lukas-reineke/cbfmt/releases/download/v0.2.0/cbfmt_linux-x86_64_v0.2.0.tar.gz" tar --strip-components 1 -xvf cbfmt.tar.gz mv cbfmt /usr/local/bin/ - name: Download Stylua run: | mkdir /tmp/stylua && cd $_ - curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.14.2/stylua-linux.zip" + curl -fsSL -o stylua.zip "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.17.0/stylua-linux.zip" unzip -d /usr/local/bin stylua.zip - name: Download Shellharden run: | diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml index 7ce7ba8..5a71f62 100644 --- a/.github/workflows/selene.yml +++ b/.github/workflows/selene.yml @@ -17,4 +17,4 @@ jobs: # token is needed because the action allegedly downloads binary from github releases token: ${{ secrets.GITHUB_TOKEN }} args: lua/ tests/ scripts/ - version: 0.20.0 + version: 0.24.0 diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 89ce5ed..46286bb 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -18,4 +18,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.15.0 + version: 0.17.0 |
