Skip to content

Commit

Permalink
Try a specific version of the mysql actions
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent 017eaf0 commit 2c5686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
uses: shogo82148/actions-setup-mysql@v1
uses: shogo82148/actions-setup-mysql@v1.23.0
with:
mysql-version: ${{ matrix.mysql }}
root-password: mysql
Expand Down

0 comments on commit 2c5686c

Please sign in to comment.