Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paulc/dnslib
Browse files Browse the repository at this point in the history
  • Loading branch information
paulc committed Jan 2, 2024
2 parents 56ef944 + 2c5eb4f commit 9589315
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 9589315

Please sign in to comment.