Merge pull request #865 from MISP/dependabot/github_actions/actions/setup-python-4

build(deps): bump actions/setup-python from 2 to 4
pull/866/head
Raphaël Vinot 2022-10-03 01:00:00 +02:00 committed by GitHub
commit dfd024a895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
submodules: recursive
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}