From 62356fc2784f4dbd48d4f6cd35bec54dadc5ebef Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 2 Aug 2024 09:50:01 -0400 Subject: [PATCH] chore: update GHA plugins --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb99842..506f2d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: make -j$(nproc) sudo make install - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate Build Files run: /opt/bin/phpize - name: Configure Build @@ -53,7 +53,7 @@ jobs: - name: Generate Test Coverage run: lcov -c --directory ./src/.libs --exclude *Zend* --exclude */usr/include* --output-file coverage.info - name: Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.info @@ -69,10 +69,10 @@ jobs: runs-on: windows-latest steps: - name: Checkout uopz - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP id: setup-php - uses: cmb69/setup-php-sdk@v0.7 + uses: php/setup-php-sdk@v0.8 with: version: ${{matrix.version}} arch: ${{matrix.arch}}