From 9b7ef12c378ff0e854381a6e0c0b71eeec926e24 Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Mon, 25 Sep 2023 18:16:09 -0400 Subject: [PATCH] Tooling --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/docs.yaml | 6 +++--- aftman.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a119cbb7..76d40b12 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Aftman uses: ok-nick/setup-aftman@v0 @@ -28,9 +28,9 @@ jobs: name: Styling runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: JohnnyMorganz/stylua-action@v2 + - uses: actions/checkout@v4 + - uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - version: v0.16.0 + version: v0.18.2 args: --check ./modules diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 348d3c3a..b3c57d5a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -10,10 +10,10 @@ jobs: name: Build and deploy docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: 18 - run: npm i -g moonwave@latest - name: Publish run: | diff --git a/aftman.toml b/aftman.toml index 53acc6fa..d0c6110d 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1 +1 @@ -tools = { rojo = "rojo-rbx/rojo@7.2.1" , run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0" , wally = "UpliftGames/wally@0.3.1" , selene = "Kampfkarren/selene@0.25.0" , stylua = "JohnnyMorganz/StyLua@0.17.1" } +tools = { rojo = "rojo-rbx/rojo@7.3.0" , run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0" , wally = "UpliftGames/wally@0.3.2" , selene = "Kampfkarren/selene@0.25.0" , stylua = "JohnnyMorganz/StyLua@0.18.2" }