From c834608e49e2367f9c876ba62a80cdee345542bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Este-Gracias?= Date: Sun, 29 Oct 2023 13:36:02 +0100 Subject: [PATCH] Revert "Bump actions/checkout from 3 to 4 (#2418)" This reverts commit 21a4399705d034da37b3799f97f3ab3e51b63612. --- .github/workflows/auto-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index 9a977c5c89..1dc35616cc 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -15,7 +15,7 @@ jobs: steps: # Checkout the repository code to the runner. - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v3 # Create a bin directory in the runner's home - name: Create bin directory