From 3c0c7a0d17a89ce45e49fc2a75ea330051a0a26d Mon Sep 17 00:00:00 2001 From: N'Bayramberdiyev Date: Fri, 1 Jul 2022 19:28:34 +0300 Subject: [PATCH] bump actions/checkout (#5928) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9870c819..b27e503d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2