aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/stylua.yml
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2024-05-31 14:37:56 +0200
committerGitHub <noreply@github.com>2024-05-31 14:37:56 +0200
commit0fb4e56837f13b81a972fcc0554be1327b39061e (patch)
treef0b3d5632143f4900be6de7ff682f50b94c6a644 /.github/workflows/stylua.yml
parentfix(pypi): exclude python3.12 from candidate list (#1722) (diff)
downloadmason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.gz
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.bz2
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.lz
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.xz
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.tar.zst
mason-0fb4e56837f13b81a972fcc0554be1327b39061e.zip
ci: upgrade deps (#1726)
Diffstat (limited to '.github/workflows/stylua.yml')
-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 1edb4bfa..87237ad8 100644
--- a/.github/workflows/stylua.yml
+++ b/.github/workflows/stylua.yml
@@ -10,7 +10,7 @@ jobs:
stylua:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Run Stylua check
uses: JohnnyMorganz/stylua-action@v1.1.1
with:
@@ -18,4 +18,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check .
- version: 0.18.0
+ version: 0.20.0