Update rokit action version and tool versions

This commit is contained in:
Filip Tibell 2024-10-17 09:26:13 +02:00
parent 138221b93e
commit 99c17795c1
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ jobs:
components: rustfmt components: rustfmt
- name: Install Tooling - name: Install Tooling
uses: CompeyDev/setup-rokit@v0.1.0 uses: CompeyDev/setup-rokit@v0.1.2
- name: Check Formatting - name: Check Formatting
run: just fmt-check run: just fmt-check
@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Tooling - name: Install Tooling
uses: CompeyDev/setup-rokit@v0.1.0 uses: CompeyDev/setup-rokit@v0.1.2
- name: Analyze - name: Analyze
run: just analyze run: just analyze

View file

@ -1,4 +1,4 @@
[tools] [tools]
luau-lsp = "JohnnyMorganz/luau-lsp@1.32.1" luau-lsp = "JohnnyMorganz/luau-lsp@1.33.1"
stylua = "JohnnyMorganz/StyLua@0.20.0" stylua = "JohnnyMorganz/StyLua@0.20.0"
just = "casey/just@1.34.0" just = "casey/just@1.36.0"