Update actions/core to 1.10.0 for v2 (#533)

This commit is contained in:
Dmitry Shibanov 2022-11-17 16:25:48 +01:00 committed by GitHub
parent 7f80679172
commit 75f3110429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 4336 additions and 538 deletions

13
__tests__/data/Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flake8 = "==4.0.1"
numpy = "==1.23.0"
[dev-packages]
[requires]
python_version = "*"