Merge pull request #1113 from MISP/dependabot/github_actions/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
pull/1114/head
Raphaël Vinot 2023-12-06 22:47:08 +01:00 committed by GitHub
commit 58a94ed99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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