mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Updated @actions/cache (#382)
This commit is contained in:
parent
5d6f0c8a87
commit
98f2ad02fd
5 changed files with 66 additions and 36 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setup-python",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"private": true,
|
||||
"description": "Setup python action",
|
||||
"main": "dist/index.js",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^2.0.0",
|
||||
"@actions/cache": "^2.0.2",
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue