From 9093f8f4dcce604ca5c3aa88bc8d70c9a1505686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:08:08 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0c18e46..02e7242 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Install Neovim uses: rhysd/action-setup-vim@febef33995d6649302e9d88dda81e071b68f16a7 # v1 @@ -31,7 +31,7 @@ jobs: version: stable - name: Install Lua - uses: leafo/gh-actions-lua@v13 + uses: leafo/gh-actions-lua@6919171ccf181b826f44b9bca76307b577217377 # v13 with: luaVersion: "5.1" @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Check formatting with StyLua uses: JohnnyMorganz/stylua-action@76fd70c03e6340ceaf673366712db9b20560b402 # v5