Merge pull request #35 from CIRCL/dependabot/github_actions/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3
pull/38/head
Raphaël Vinot 2022-11-11 12:35:28 +01:00 committed by GitHub
commit 57b1832294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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