Skip to content

Commit

Permalink
Downgrade checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaudino committed Mar 18, 2024
1 parent 4765c96 commit dd41222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -87,10 +87,10 @@ jobs:
python-version: "3.12"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit dd41222

Please sign in to comment.