From 45edc859b0a73b43813980793c1c39b853312ded Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sat, 20 Jan 2024 22:27:57 +0100 Subject: [PATCH] Update formatter-lua.yml --- .github/workflows/formatter-lua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/formatter-lua.yml b/.github/workflows/formatter-lua.yml index 5fe1509..9fd9b35 100644 --- a/.github/workflows/formatter-lua.yml +++ b/.github/workflows/formatter-lua.yml @@ -17,7 +17,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0