Skip to content

Commit

Permalink
Upped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Apr 28, 2024
1 parent 3a73d4b commit 2d26797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up MySQL
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: '8.0'
mysql-version: '8.3'
- run: |
mysql -uroot -h127.0.0.1 -e \
"CREATE DATABASE access CHARACTER SET utf8mb4 \
Expand All @@ -51,4 +51,4 @@ jobs:
- name: Build with Maven
run: mvn clean install --file pom.xml
- name: Codecov
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v4.3.0

0 comments on commit 2d26797

Please sign in to comment.