aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-22 14:01:21 +0200
committerGitHub <noreply@github.com>2022-09-22 12:01:21 +0000
commit4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad (patch)
tree35b0516c493d899f52c9c3fec25d2b92a750df0d /.github
parentchore: update generated code (#457) (diff)
downloadmason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar.gz
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar.bz2
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar.lz
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar.xz
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.tar.zst
mason-4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad.zip
chore: upgrade stylua to 0.15.0 (#454)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stylua.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml
index abdcfd35..89ce5ede 100644
--- a/.github/workflows/stylua.yml
+++ b/.github/workflows/stylua.yml
@@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run Stylua check
- uses: JohnnyMorganz/stylua-action@1.0.0
+ uses: JohnnyMorganz/stylua-action@v1.1.1
with:
# token is needed because the action allegedly downloads binary from github releases
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
- version: 0.14.3
+ version: 0.15.0