From 626c660f54054953e630bef85fdf65e159c7516a Mon Sep 17 00:00:00 2001 From: orip Date: Fri, 7 Aug 2026 18:44:41 +0300 Subject: [PATCH] Update the CI actions --- .github/workflows/stylua.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 20391089..a4ccea80 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Stylua Check - uses: JohnnyMorganz/stylua-action@v4 + uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest