Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9.2 (#881)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent b5f9070 commit 08de09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

services:
mysql:
image: mysql:9.1
image: mysql:9.2
env:
MYSQL_ROOT_PASSWORD: rootPassword
MYSQL_USER: pixiv-ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

services:
mysql:
image: mysql:9.1
image: mysql:9.2
env:
MYSQL_ROOT_PASSWORD: rootPassword
MYSQL_USER: pixiv-ts
Expand Down

0 comments on commit 08de09e

Please sign in to comment.