From ba45a76ef3d12cc7b5cb8854e6dd98a34a1fd1ca Mon Sep 17 00:00:00 2001 From: Enno Woortmann Date: Fri, 15 Mar 2024 14:34:00 +0100 Subject: [PATCH] update workflow --- .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 1297851..b083733 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: name: PHP ${{ matrix.php }} tests steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2