diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index bafffd37..fad61999 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