From 35841bcdc9140848df639f4fb8239ac93214b6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Wed, 4 Oct 2023 05:41:22 +0000 Subject: [PATCH] upgrades pyenv to 2.3.28 --- dist/index.js | 2 +- src/defaults.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 99e492333..89c55490c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13481,7 +13481,7 @@ function wrappy (fn, cb) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PYENV_VERSION = void 0; -exports.PYENV_VERSION = '2.3.23'; +exports.PYENV_VERSION = '2.3.28'; /***/ }), diff --git a/src/defaults.ts b/src/defaults.ts index 066e2a561..3b893f3f2 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -1 +1 @@ -export const PYENV_VERSION: string = '2.3.23'; +export const PYENV_VERSION: string = '2.3.28';