Skip to content

Commit

Permalink
Revert "Bump actions/setup-python from 4 to 5"
Browse files Browse the repository at this point in the history
This reverts commit 4d0c4b3.
  • Loading branch information
dvm-shlee committed Feb 1, 2024
1 parent 07faa38 commit 74926d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up python ${{ matrix.python-version }}

uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Set up python ${{ matrix.python-version }}

uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 74926d5

Please sign in to comment.