From 7ee9be88d794d6f63186f106bbdb4d74187ff1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s?= <47506558+MegaRedHand@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:15:15 -0300 Subject: [PATCH] Bump actions/checkout from v2 to v3 (#1336) Using the old version is causing the following warning: > The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2 --- .github/workflows/fuzzer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzzer.yml b/.github/workflows/fuzzer.yml index 9406696ba4..4512a0d383 100644 --- a/.github/workflows/fuzzer.yml +++ b/.github/workflows/fuzzer.yml @@ -56,7 +56,7 @@ jobs: # Checkout current and last commit for the diff - name: Checkout commits - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 2