From f93c6dc8a2f0935db7d1d79289c6da741bc2d418 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 20 Dec 2022 14:43:04 -0600 Subject: [PATCH] Bump CI versions (#605) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60d2cb8a..0bea676b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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