From 94c7ff899ddb1fd0f09d6fe9ade46e8d6a4925b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lum=C3=ADr=20=27Frenzy=27=20Balhar?= Date: Wed, 12 Apr 2023 17:10:08 +0200 Subject: [PATCH] Switch tox-github-action from master to main branch See https://github.com/fedora-python/tox-github-action/issues/24 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 65b2455..fe2a1ae 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,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: