From ea131f6577d99f2cbbbcd2e8b158c407f2a26175 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Mon, 9 Mar 2026 09:43:10 +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