From ff4f6ae47c717c050963e1308fc2201faa1efdd8 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Tue, 27 Jan 2026 10:41:49 +0000 Subject: [PATCH] chore(gha): update yamllint.yml GitHub workflow --- .github/workflows/yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 6fc9e178..4fed2492 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -18,7 +18,7 @@ jobs: name: Validate YAML files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Validate YAML files run: | if [ -f .yamllint.yml ]; then