Bump CI versions (#605)

This commit is contained in:
Josh 2022-12-20 14:43:04 -06:00 committed by GitHub
parent a282833726
commit f93c6dc8a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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