mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 17:13:46 +00:00
Update actions/core to 1.10.0 for v2 (#533)
This commit is contained in:
parent
7f80679172
commit
75f3110429
10 changed files with 4336 additions and 538 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setup-python",
|
||||
"version": "2.2.2",
|
||||
"version": "2.3.3",
|
||||
"private": true,
|
||||
"description": "Setup python action",
|
||||
"main": "dist/index.js",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.8",
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue