Merge pull request #48 from cve-search/dependabot/github_actions/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
This commit is contained in:
Raphaël Vinot 2023-12-06 22:48:13 +01:00 committed by GitHub
commit 4777584586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}