Update hot_cves.yml

This commit is contained in:
Marc 2024-06-10 09:46:59 +02:00 committed by GitHub
parent 2074f0373b
commit fed4b104b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,15 +8,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install requests
- name: Change directory to docs and run CVE JSON generator script
run: |
cd /home/runner/work/cve/cve