diff options
| author | William Boman <william@redwill.se> | 2023-03-12 09:26:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 09:26:02 +0100 |
| commit | 698cd0c4f10480991e665f31977650858d625af1 (patch) | |
| tree | 0b4b93cd3ff4b31d1be2e1b47a7d37927150df2f /.github | |
| parent | feat: add github registry source capabilities (#1091) (diff) | |
| download | mason-698cd0c4f10480991e665f31977650858d625af1.tar mason-698cd0c4f10480991e665f31977650858d625af1.tar.gz mason-698cd0c4f10480991e665f31977650858d625af1.tar.bz2 mason-698cd0c4f10480991e665f31977650858d625af1.tar.lz mason-698cd0c4f10480991e665f31977650858d625af1.tar.xz mason-698cd0c4f10480991e665f31977650858d625af1.tar.zst mason-698cd0c4f10480991e665f31977650858d625af1.zip | |
style: enforce import order (#1092)
* chore(workflows): update dependencies
* style: enforce import order
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cbfmt.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cbfmt.yml b/.github/workflows/cbfmt.yml index d9a5e2d9..57d77525 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/stylua.yml b/.github/workflows/stylua.yml index 3b43b0a8..46286bb1 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.16.1 + version: 0.17.0 |
