From 354c0ebfea1746ec68be9e9cb4f0e55626fc7b6c Mon Sep 17 00:00:00 2001 From: Mohammed Le Doze Date: Sun, 10 Sep 2023 21:26:09 +0200 Subject: [PATCH] use `actions/checkout@v4` --- .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 1c402e04..f44d3c05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - "8.2" steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2