Skip to content

Commit

Permalink
pin setup-python ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 authored May 8, 2024
1 parent fd0efa3 commit c1ca01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
python: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.8
with:
python-version: ${{ matrix.python }}
- name: Install Poetry
Expand Down

0 comments on commit c1ca01a

Please sign in to comment.