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,14 +8,13 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 - uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: 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 - name: Change directory to docs and run CVE JSON generator script
run: | run: |