diff options
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 |
