diff options
| author | William Boman <william@redwill.se> | 2023-03-05 03:03:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 02:03:42 +0000 |
| commit | bbdeb30541b700c6a6ec4c56d6d2367882ad8671 (patch) | |
| tree | 14339f3d577194eada15514fbc8a41a5b12a4d1f /.github | |
| parent | refactor(powershell): remove .script and fix fast API error (#1057) (diff) | |
| download | mason-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.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/stylua.yml | 2 |
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 |
