From 3ac5d074191a999ca8640cc2b53760b55e2e6220 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Fri, 3 Jul 2026 14:00:52 +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 6fc9e17..052b266 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@v7 - name: Validate YAML files run: | if [ -f .yamllint.yml ]; then