mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Bump CI versions (#605)
This commit is contained in:
parent
a282833726
commit
f93c6dc8a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Start MySQL
|
||||
if: ${{ matrix.os.database }}
|
||||
uses: shogo82148/actions-setup-mysql@v1.13.0
|
||||
uses: shogo82148/actions-setup-mysql@v1.14.1
|
||||
with:
|
||||
mysql-version: '8.0'
|
||||
root-password: ${{ env.DB_PASSWORD }}
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Process Test Results
|
||||
id: process-trx
|
||||
if: ${{ always() }}
|
||||
uses: im-open/process-dotnet-test-results@v2.2.2
|
||||
uses: im-open/process-dotnet-test-results@v2.2.5
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
create-status-check: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue