diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9fbb133..7bf2650 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.operating-system }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up php and composer uses: shivammathur/setup-php@develop with: