Skip to content

Commit

Permalink
Switch tox-github-action from master to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored and abompard committed Apr 25, 2023
1 parent 1cf3643 commit ea79698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run tests
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
- name: Upload coverage to Codecov
Expand Down

0 comments on commit ea79698

Please sign in to comment.