diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 7d6b771..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@v2 + - uses: actions/checkout@v4 - name: Validate YAML files run: | if [ -f .yamllint.yml ]; then