Skip to content

Commit 423745c

Browse files
authored
build: samin mysql 버전 수정
1 parent 53f6d2f commit 423745c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Setup MySQL
20-
uses: samin/mysql-action@v1
20+
uses: samin/mysql-action@v1.3
2121
with:
2222
host port: 20000
2323
container port: 3306
2424
character set server: 'utf8mb4'
2525
collation server: 'utf8mb4_general_ci'
26-
mysql version: '8.0'
2726
mysql database: 'busan'
2827
mysql root password: password
2928
mysql user: root

0 commit comments

Comments
 (0)