From 71eef23aebd08b7809d3f30707e5d3e9fbab14ba Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 9 Aug 2024 16:36:30 -0400 Subject: [PATCH] SP-981: Upgrade actions/checkout to v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 402f76d..90d3b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: php-version: [ 8.1, 8.2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: php-actions/composer@v6 with: php_version: ${{ matrix.php-version }} @@ -40,7 +40,7 @@ jobs: php-version: [ 8.1, 8.2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: php-actions/composer@v6 with: php_version: ${{ matrix.php-version }} @@ -62,7 +62,7 @@ jobs: php-version: [ 8.1, 8.2 ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: php-actions/composer@v6 with: php_version: ${{ matrix.php-version }}