Merge pull request #22 from cve-search/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Raphaël Vinot 2023-09-04 21:53:53 +02:00 committed by GitHub
commit 551ed970b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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