Skip to content

Commit

Permalink
revert main checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tab-cmd committed Dec 30, 2024
1 parent 125864f commit 8d6c52f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
python-version: [3.8, 3.9, 3.10.6]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update OS, pip & install custom dependencies
Expand Down Expand Up @@ -72,9 +72,9 @@ jobs:
python-version: [3.8, 3.9, 3.10.6]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: update pip & install custom dependencies
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: update pip & install custom dependencies
Expand Down

0 comments on commit 8d6c52f

Please sign in to comment.