From a8e561d4e263c562199e3887e27dd6c5a61b4983 Mon Sep 17 00:00:00 2001 From: Saejin Heinert Date: Mon, 25 Apr 2022 16:45:54 -0400 Subject: [PATCH] Update pinned version of Pipenv to `2022.4.21` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94f99c3..5415cf9 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ runs: steps: - run: | echo "::group::Install Pipenv" - pip install pipenv==2022.1.8 + pip install pipenv==2022.4.21 echo "::endgroup::" echo "::add-matcher::${{ github.action_path }}/gatorgradle-problem-matcher.json" gradle --no-daemon grade