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

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

View File

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