From 666bf5f42fe0edb8974f8ef1d59a680fff7188d6 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Mon, 19 Feb 2024 08:22:06 +0000 Subject: [PATCH] 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 bafffd3..fad6199 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@v3 + - uses: actions/checkout@v4 - name: Validate YAML files run: | if [ -f .yamllint.yml ]; then