Skip to content

Commit

Permalink
Update pyenv version to 2.3.0 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters authored May 13, 2022
1 parent 6ccd3ac commit d3a87ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This GitHub Action allows using pyenv in your build.
Features:
=========

- Installs pyenv ``2.2.4``.
- Installs pyenv ``2.3.0``.
- Exports `PYENV_ROOT <https://github.com/pyenv/pyenv#environment-variables>`_ environment variable.
- Injects ``$PYENV_ROOT/bin`` in the PATH.
- Injects `pyenv shims <https://github.com/pyenv/pyenv#understanding-shims>`_ in the PATH.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9444,7 +9444,7 @@ function wrappy (fn, cb) {

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.PYENV_VERSION = void 0;
exports.PYENV_VERSION = '2.2.4';
exports.PYENV_VERSION = '2.3.0';


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PYENV_VERSION: string = '2.2.4';
export const PYENV_VERSION: string = '2.3.0';

0 comments on commit d3a87ff

Please sign in to comment.