From 99c17795c147034785a7efbfdac0bbea0b8e0626 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 17 Oct 2024 09:26:13 +0200 Subject: [PATCH] Update rokit action version and tool versions --- .github/workflows/ci.yaml | 4 ++-- rokit.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c41310..3891fdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: components: rustfmt - name: Install Tooling - uses: CompeyDev/setup-rokit@v0.1.0 + uses: CompeyDev/setup-rokit@v0.1.2 - name: Check Formatting run: just fmt-check @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Install Tooling - uses: CompeyDev/setup-rokit@v0.1.0 + uses: CompeyDev/setup-rokit@v0.1.2 - name: Analyze run: just analyze diff --git a/rokit.toml b/rokit.toml index 8d9cd5d..3988e56 100644 --- a/rokit.toml +++ b/rokit.toml @@ -1,4 +1,4 @@ [tools] -luau-lsp = "JohnnyMorganz/luau-lsp@1.32.1" +luau-lsp = "JohnnyMorganz/luau-lsp@1.33.1" stylua = "JohnnyMorganz/StyLua@0.20.0" -just = "casey/just@1.34.0" +just = "casey/just@1.36.0"