Skip to content

Commit

Permalink
Update on_pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBlackhart authored Jun 18, 2024
1 parent d5116d8 commit c64638e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
echo $HOME/bin >> $GITHUB_PATH
curl -sSL https://install.python-poetry.org | python
echo $HOME/.poetry/bin >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Install Python Requirements
Expand Down

0 comments on commit c64638e

Please sign in to comment.