Update validation.yml

This commit is contained in:
Daniel W. Anner 2023-07-19 12:54:19 -04:00 committed by GitHub
parent b93971d0b1
commit 625141268e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.8'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint YAML files