We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d651542 + 51e63ca commit 0420ac1Copy full SHA for 0420ac1
1 file changed
.github/workflows/reusable-testing.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Setup MySQL Server
77
id: setup-mysql
78
if: ${{ inputs.dbtype != 'sqlite' }}
79
- uses: shogo82148/actions-setup-mysql@840178c12b07a58353c6312be784c23b63756eea # v1
+ uses: shogo82148/actions-setup-mysql@9c42ca180d5f1dd4dceb54c23c5eda0384f4d265 # v1
80
with:
81
mysql-version: '8.0' # Standard MySQL version for these tests
82
auto-start: true
0 commit comments