Skip to content

Commit

Permalink
OK nm, just bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jun 3, 2024
1 parent 199c8be commit 0fb30ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
- name: Build docker images
run: docker-compose -f docker-compose.server_ci.yml build --pull && docker-compose -f docker-compose.server_ci.yml up --no-start
- name: Start MySQL
Expand All @@ -16,8 +16,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/setup-python
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
Expand Down

0 comments on commit 0fb30ac

Please sign in to comment.