Skip to content

Commit

Permalink
upgrade daily tests to newer gh container version
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jan 28, 2024
1 parent b47fb15 commit c2c7888
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 @@ -24,10 +24,10 @@ jobs:

steps:
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install tox-gh
run: python -m pip install tox-gh
- name: Setup test suite
Expand Down

0 comments on commit c2c7888

Please sign in to comment.