Skip to content

Commit

Permalink
Merge pull request #58 from paulc/revert-51-patch-1
Browse files Browse the repository at this point in the history
Revert "test.yml: update checkout and setup-python action"
  • Loading branch information
paulc authored Jan 2, 2024
2 parents cef97c0 + f59e0da commit 2c5eb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
python-version: [2.7, '3.x']

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

0 comments on commit 2c5eb4f

Please sign in to comment.