From a4fc7ac3fdee9667eb98342290121297f63e3f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:11:02 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/lualint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lualint.yml b/.github/workflows/lualint.yml index ddfbd66..bdc91d4 100644 --- a/.github/workflows/lualint.yml +++ b/.github/workflows/lualint.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install dependencies run: |