From 263b087383de878bd8091d8ccfb3557c2351624b Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Sun, 19 Jul 2026 11:48:06 +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