From fef7ea3ca0b99a4b7a128eb783cd1e36d73aa4d0 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 8 Feb 2024 12:28:38 -0600 Subject: [PATCH] upgrading actions checkout --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 128dc7d..a916ae4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: php-versions: ["7.4", "8.0", "8.1", "8.2"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2