From 3c7b86f09cc6b757a1e25ed2db74eba9c6eb945d Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Mon, 23 Sep 2024 12:54:21 -0400 Subject: [PATCH] ci: update to `actions/checkout@v4` --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db423e8..6f73c43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: dependency-version: ['', '--prefer-lowest'] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: @@ -34,7 +34,7 @@ jobs: php: '7.3' steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP ${{ matrix.php }} uses: shivammathur/setup-php@v2 with: