Switch tox-github-action from master to main branch

This commit is contained in:
Lumír 'Frenzy' Balhar 2023-04-12 14:22:05 +02:00 committed by Jakub Kadlčík
parent 0fbe8a8937
commit 6324a06670

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@master
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy: