From 2d26797740d15c337d0aed91f09b881aa2c60245 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Sun, 28 Apr 2024 09:56:45 +0200 Subject: [PATCH] Upped dependencies --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 24eef96a..1c8fbdad 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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 \ @@ -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