From 0b67ae786b55877dc38d7023f57fe04f305db9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:52:15 +0000 Subject: [PATCH] build(deps): bump leafo/gh-actions-lua from 12 to 13 Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 12 to 13. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bb8bb9656..416533324 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: node-version: "lts/Iron" cache: "npm" - run: npm ci - - uses: leafo/gh-actions-lua@v12 + - uses: leafo/gh-actions-lua@v13 - uses: leafo/gh-actions-luarocks@v6 - name: Setup dependencies run: |