diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d7e116..626209c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Install xmllint run: sudo apt-get install libxml2-utils - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: xmllint the schema run: xmllint --schema http://www.w3.org/2001/XMLSchema.xsd --noout *.xsd