From aa1444816c5a02b56f281063a35bfc45567a7085 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Sun, 28 Feb 2021 22:03:34 +0000 Subject: [PATCH] Update ci.yml Bump MySQL image used --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f35e9..011ab65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: services: # https://hub.docker.com/_/mysql database: - image: "mysql:8.0.22" + image: "mysql:8.0.23" env: MYSQL_ALLOW_EMPTY_PASSWORD: yes MYSQL_DATABASE: index_digest