1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-24 13:19:54 +02:00

follow proxy settings (#144)

This commit is contained in:
eric sciple 2020-01-27 10:21:50 -05:00 committed by GitHub
parent 090d9c9dfd
commit f90c7b395d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1096 additions and 60 deletions

View file

@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "2.0.1",
"version": "2.0.2",
"description": "checkout action",
"main": "lib/main.js",
"scripts": {
@ -31,7 +31,7 @@
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1",
"@actions/github": "^2.0.0",
"@actions/github": "^2.0.2",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"uuid": "^3.3.3"