From 561fb712bac6a9ee5fef017525956f102a568ea9 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 23 Jun 2022 19:36:32 -0700 Subject: [PATCH] Update actions/checkout version in GitHub actions https://github.com/actions/checkout/releases --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6d95f6..f5a9120 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install libmysqld-dev run: sudo apt-get install libmysqld-dev - name: Start local MySQL