Skip to content

Commit

Permalink
Update rokit action version and tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Oct 17, 2024
1 parent 138221b commit 99c1779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
components: rustfmt

- name: Install Tooling
uses: CompeyDev/[email protected].0
uses: CompeyDev/[email protected].2

- name: Check Formatting
run: just fmt-check
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Tooling
uses: CompeyDev/[email protected].0
uses: CompeyDev/[email protected].2

- name: Analyze
run: just analyze
Expand Down
4 changes: 2 additions & 2 deletions rokit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
luau-lsp = "JohnnyMorganz/luau-lsp@1.32.1"
luau-lsp = "JohnnyMorganz/luau-lsp@1.33.1"
stylua = "JohnnyMorganz/[email protected]"
just = "casey/just@1.34.0"
just = "casey/just@1.36.0"

0 comments on commit 99c1779

Please sign in to comment.