Merge pull request #34 from MISP/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
pull/35/head
Raphaël Vinot 2023-09-06 14:17:04 +02:00 committed by GitHub
commit 1db4f07990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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