From 5ce5cfdecf046024d09b77a9265ea151a8ddd80d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 10 Jun 2023 05:35:31 +0200 Subject: [PATCH] Upgrade to actions/checkout@v3 to get rid of deprecation warning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1df4b2d2..3398ef641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Start MySQL run: sudo systemctl start mysql.service if: matrix.db == 'mysql' - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}