Skip to content

Commit

Permalink
Update pinned version of Pipenv to 2022.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Michionlion authored Apr 25, 2022
1 parent b8d5778 commit a8e561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8e561d

Please sign in to comment.