diff --git a/.github/workflows/phpci.yaml b/.github/workflows/phpci.yaml index e48d632..8596dd6 100644 --- a/.github/workflows/phpci.yaml +++ b/.github/workflows/phpci.yaml @@ -46,7 +46,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Log in to GitHub Container Registry uses: docker/login-action@v3