summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-03-05 03:03:42 +0100
committerGitHub <noreply@github.com>2023-03-05 02:03:42 +0000
commitbbdeb30541b700c6a6ec4c56d6d2367882ad8671 (patch)
tree14339f3d577194eada15514fbc8a41a5b12a4d1f /.github
parentrefactor(powershell): remove .script and fix fast API error (#1057) (diff)
downloadmason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar.gz
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar.bz2
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar.lz
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar.xz
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.tar.zst
mason-bbdeb30541b700c6a6ec4c56d6d2367882ad8671.zip
chore(ci): bump selene and stylua versions (#1059)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/selene.yml2
-rw-r--r--.github/workflows/stylua.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml
index 7ce7ba86..5a71f629 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 89ce5ede..3b43b0a8 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.16.1